0x8B
0x8B is a hexadecimal byte value commonly used in computing to represent the decimal number 139. The prefix 0x signals that the digits following it are in base 16. As a single byte, 0x8B can appear in memory or data streams, and its meaning depends on the context in which it is used.
In x86 machine code, 0x8B is an opcode that begins a MOV instruction, used to move data
In terms of character encoding, 0x8B does not denote a standard printable ASCII character. In ISO/IEC 8859-1
Endianness also affects interpretation when 0x8B is part of a larger multi-byte value; as a stand-alone byte,