Numbers Converter
Convert numbers between different number systems including decimal, binary, hexadecimal, and octal.
Common Number Conversions
About Number System Conversion
Number systems represent numbers using different bases:
- Decimal (Base 10): Uses digits 0-9 (most common)
- Binary (Base 2): Uses digits 0 and 1 (used in computing)
- Hexadecimal (Base 16): Uses digits 0-9 and A-F (used in programming)
- Octal (Base 8): Uses digits 0-7 (used in some computing contexts)