Decimal 255
255 (decimal)
FF (hex) · 11111111 (binary) · 377 (octal)
Convert numbers between decimal, hexadecimal, binary and octal instantly.
Was this tool useful?
Computers store everything as binary (base 2), but humans usually work with decimal (base 10). Hexadecimal (base 16) is a compact way to represent binary — each hex digit maps to exactly four bits, which is why it appears in memory addresses, colour codes, and cryptographic hashes.
Octal (base 8) was common on older systems and still appears in Unix file permissions — chmod 755 means owner=7, group=5, others=5 in octal.
255 (decimal)
FF (hex) · 11111111 (binary) · 377 (octal)