0xA1
0xA1 is a hexadecimal literal often used in programming and data notation. The 0x prefix indicates that the digits that follow are expressed in base 16, and A1 corresponds to the decimal value 161. In many programming languages, including C, C++, Java, and Python, 0xA1 represents the integer 161.
In character encoding, 0xA1 has a specific mapping depending on the scheme. In Unicode, the code point
In web contexts, the inverted exclamation mark can be represented using HTML entities such as ¡, or
Because 0xA1 is outside the standard ASCII range (0x00–0x7F), its meaning is dependent on the text encoding
See also: hexadecimal notation, Unicode code points (U+00A1), related byte values such as 0xA0 and 0xA2 in