0xAB
0xAB is a hexadecimal literal used in computing to represent the byte value 171 in decimal. The 0x prefix signals hexadecimal notation in many programming languages, such as C, C++, Java, and Python. In 8-bit contexts, 0xAB fits within a single byte and is commonly used in examples, masks, constants, or memory dumps. It may appear as part of larger numeric literals (for example 0xABCD) or as individual bytes in network protocols or color data when expressed byte-by-byte.
In character encoding, the byte 0xAB maps to the left-pointing double angle quotation mark, «, in ISO/IEC
Usage of 0xAB is not tied to a single standard beyond its role as a hex value;
See also: Hexadecimal, Byte, Unicode code point U+00AB, ISO/IEC 8859-1, Windows-1252, bitmask, 0x notation.