From:
To:
0
Enter value:
From
To
Decimal -- BinaryDecimal -- OctalDecimal -- HexadecimalBinary -- DecimalBinary -- OctalBinary -- HexadecimalOctal -- DecimalOctal -- BinaryOctal -- HexadecimalHexadecimal -- DecimalHexadecimal -- BinaryHexadecimal -- Octal
1 Decimal =
1 Decimal
1 Decimal =
1 Binary
1 Decimal =
1 Octal
1 Decimal =
1 Hexadecimal
Instructions
1
Enter the value you want to convert
2
Select the unit of the input value
3
The system will automatically calculate and display the corresponding values
4
Click on any result to quickly copy the value
Limitations
- Supports up to 20 digits (including decimal point)
- Up to 10 decimal places
- Very large or small numbers will be displayed in scientific notation
Number Base Knowledge
• Decimal: Uses digits 0-9
• Binary: Uses digits 0-1, commonly used in computer systems
• Octal: Uses digits 0-7
• Hexadecimal: Uses digits 0-9 and letters A-F, commonly used in programming