x80
x80 is a hexadecimal notation representing the decimal value 128. In computing, hexadecimal is a base-16 numbering system that uses sixteen distinct symbols, typically 0-9 and A-F. The 'x' prefix is a common convention to indicate that the following digits are in hexadecimal. Therefore, x80 signifies the hexadecimal number 80. This value has several interpretations depending on the context.
In the ASCII character set, x80 corresponds to a control character, specifically the Data Link Escape (DLE)