the.com/hexadecimal

counting on sixteen fingers, because computers think in nibbles, not toes.

means a base-16 number system using 0-9 then a-f as extra digits, used to write binary data in a shorter, human-readable form.

from binary is compact for machines but unreadable for humans, and octal (base 8) didn't map cleanly onto 8-bit bytes; base 16 does, since one hex digit equals exactly four bits, so IBM helped popularize it in the 1960s as computing shorthand.

for instance

css color codes

mac addressesnetwork hardware ids written as six hex pairs

memory addressesdebuggers show ram locations like 0x7ffee

unicode code pointscharacters like u+1f600 identified in hex

the.com/
what’s happening now · the.com · generated