0x87
0x87 is a hexadecimal literal commonly used in programming and data notation. The prefix 0x signals that the digits that follow are in base 16 rather than decimal. In hexadecimal, 0x87 represents the decimal value 135 (8 × 16 + 7).
Because 0x87 denotes a byte or word value, its interpretation depends on context. It often appears in
Character encoding considerations vary with 0x87. In Windows-1252, the byte value 0x87 maps to the double dagger
In practice, 0x87 is encountered across languages such as C, C++, Java, JavaScript, and Python wherever hex
See also: hexadecimal notation, 0x prefix, decimal and hexadecimal conversion, character encodings.