Number Base Converter
Convert between decimal, binary, octal, and hexadecimal
Input
Enter a number and select the base
Result
Converted number
Base Conversion Guide
- • Binary (Base 2): Uses only 0 and 1
- • Octal (Base 8): Uses digits 0-7
- • Decimal (Base 10): Uses digits 0-9
- • Hexadecimal (Base 16): Uses 0-9 and A-F