0x6B
0x6B is a hexadecimal literal representing the value 107 in decimal. The prefix 0x is used in many programming languages to indicate that the following digits are in base 16. In binary it is 01101011.
In character encoding, the hexadecimal value 0x6B corresponds to the ASCII character 'k' (Unicode code point
In programming practice, 0x6B is commonly written to denote constants or to set bit patterns. For example,
See also: hexadecimal, ASCII, Unicode, 0x prefix, decimal, binary, memory address.