Convert between decimal, binary, hexadecimal and octal instantly
Decimal (Base 10) — the everyday number system using digits 0–9. Binary (Base 2) — used internally by all computers, using only 0 and 1. Hexadecimal (Base 16) — uses 0–9 and A–F, widely used in programming for memory addresses, color codes, and byte values. Octal (Base 8) — uses digits 0–7, historically used in Unix file permissions (e.g. chmod 755).