Number Base Converter
Convert between binary, decimal, hexadecimal, and octal.
Number Base Systems
- Binary (Base 2): Uses 0-1. Common in computing.
- Decimal (Base 10): Uses 0-9. Standard human counting.
- Hexadecimal (Base 16): Uses 0-9, A-F. Common in programming.
- Octal (Base 8): Uses 0-7. Less common but used in permissions.