0x6D
0x6D is a hexadecimal literal commonly seen in programming and computing. The prefix 0x signals that the digits following are in base 16. The hex value 6D converts to decimal 109 (6×16 + 13).
In character encoding, decimal 109 corresponds to the lowercase Latin letter m in ASCII, and to the
Because many programming languages use the 0x prefix to denote hex literals, 0x6D is frequently used to
Understanding 0x6D also benefits conversions: in binary it is 01101101; in decimal it is 109. The notation