hexadecimals
Hexadecimal, often shortened to hex, is a base-16 numeral system used in mathematics and computer science. It uses sixteen distinct symbols: the digits 0 through 9 and the letters A through F (case-insensitive) to represent values zero to fifteen.
Because each hex digit corresponds to four binary bits (a nibble), hex provides a compact way to
Hex literals appear in various notations. Many programming languages denote hex values with a 0x prefix (0x1A3F).
Common uses include representing memory addresses and machine code, encoding binary data in a human-readable form,
While hex is a standard tool in computing, it is not a positional system in everyday arithmetic.