以下の内容はhttps://shuzo-kino.hateblo.jp/entry/2020/03/24/235801より取得しました。


バイトリテラル列の分解

実際のところ

標準ライブラリstructのunpackメソッドを使います。

import struct
struct.unpack('8B', b'\xff\xf8\x00\x00\x00\x00\x00\x00')[0]
#>> 255
struct.unpack('8B', b'\xff\xf8\x00\x00\x00\x00\x00\x00')[1]
#>> 248



以上の内容はhttps://shuzo-kino.hateblo.jp/entry/2020/03/24/235801より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14