0x101
0x101 is a hexadecimal representation of a number. In the decimal system, 0x101 is equivalent to 257. The "0x" prefix is a common convention used in many programming languages and contexts to denote a hexadecimal number. Hexadecimal, also known as base-16, uses sixteen distinct symbols: the digits 0-9 and the letters A-F to represent values. Each position in a hexadecimal number corresponds to a power of 16.
In the case of 0x101, the rightmost digit '1' is in the 16^0 (or units) place, the
Hexadecimal notation is frequently used in computer science for representing memory addresses, color codes, and other