0xB3
0xB3 is a hexadecimal literal used in computing. The written form indicates a byte value with base-16 digits B and 3; it equals decimal 179. The 0x prefix is widely used to denote hex literals in languages such as C, Java, JavaScript, and Python.
In character encoding terms, 0xB3 maps to the superscript three character '³' in ISO-8859-1 and Windows-1252 (Unicode
In software development, 0xB3 appears in hex dumps, bitwise operations, and as a numeric constant. For example,
Because encoding schemes differ, interpreting a raw byte 0xB3 as text can yield different results depending
The use of the 0x prefix for hexadecimal literals is a convention dating back to early programming