Common Number Bases
- Binary (2) — 0-1, used in computing
- Octal (8) — 0-7, Unix file permissions
- Decimal (10) — 0-9, everyday numbers
- Hexadecimal (16) — 0-9, A-F, memory addresses, colors
Convert numbers between binary, octal, decimal, hexadecimal, and custom bases