Number Base Converter
Convert numbers between binary, decimal, hexadecimal, octal and other bases
Input Number
Enter a decimal number (e.g., 1234)
Output Base
Conversion results will appear here...
Will convert to hexadecimal (Base 16)
How to use the Number Base Converter:
- Enter your number in the input field
- Select the base of your input number
- Select the base you want to convert to
- Click "Convert" to see the result
- Use "Copy Result" to copy the converted number
Supported Number Bases:
- Binary (Base 2) - Uses digits 0-1 (e.g., 101010)
- Octal (Base 8) - Uses digits 0-7 (e.g., 755)
- Decimal (Base 10) - Standard numbering system (e.g., 1234)
- Hexadecimal (Base 16) - Uses digits 0-9 and A-F (e.g., 1A3F)
- Base32 - Uses A-Z and 2-7 (e.g., JBSWY3DP)
- Base36 - Uses 0-9 and A-Z (e.g., 21I3V)
- Base64 - Uses A-Z, a-z, 0-9, +, / (e.g., Zm9vYmFy)