Use Binary/Decimal/Hex/Octal Converter online free
Hex / decimal / octal / binary conversion table
Hex | Decimal | Octal | Binary |
---|---|---|---|
0 | 0 | 0 | 0 |
1 | 1 | 1 | 1 |
2 | 2 | 2 | 10 |
3 | 3 | 3 | 11 |
4 | 4 | 4 | 100 |
5 | 5 | 5 | 101 |
6 | 6 | 6 | 110 |
7 | 7 | 7 | 111 |
8 | 8 | 10 | 1000 |
9 | 9 | 11 | 1001 |
A | 10 | 12 | 1010 |
B | 11 | 13 | 1011 |
C | 12 | 14 | 1100 |
D | 13 | 15 | 1101 |
E | 14 | 16 | 1110 |
F | 15 | 17 | 1111 |
10 | 16 | 20 | 10000 |
20 | 32 | 40 | 100000 |
40 | 64 | 100 | 1000000 |
80 | 128 | 200 | 10000000 |
100 | 256 | 400 | 100000000 |
200 | 512 | 1000 | 1000000000 |
400 | 1024 | 2000 | 10000000000 |
How to Use the Binary/Decimal/Hex/Octal Converter
Select the Number Format:
- Use the dropdown menu at the top to select the number format you want to convert from. The options are:
- Binary
- Decimal
- Hex (Hexadecimal)
- Octal
- Use the dropdown menu at the top to select the number format you want to convert from. The options are:
Enter the Number:
- Enter your number in the appropriate input field based on your selection. For example:
- If you selected “Binary,” enter a binary number in the “Binary” input field.
- If you selected “Decimal,” enter a decimal number in the “Decimal” input field.
- Similarly, enter numbers in the “Hex” or “Octal” fields as needed.
- Enter your number in the appropriate input field based on your selection. For example:
Automatic Conversion:
- As you type, the converter will automatically convert the number into the other three formats. For example:
- If you type a binary number, the corresponding decimal, hexadecimal, and octal values will appear in their respective fields.
- As you type, the converter will automatically convert the number into the other three formats. For example:
Manual Conversion:
- You can click the “Convert” button to manually trigger the conversion if needed.
Reset Fields:
- If you want to clear all the input fields and start over, click the “Reset” button. This will empty all the fields and reset the converter.
Applications of the Binary/Decimal/Hex/Octal Converter
Programming and Software Development:
- Converting between different number systems is crucial in programming. Binary and hexadecimal are particularly important in areas like memory addressing, bitwise operations, and low-level programming.
Computer Science Education:
- Students learning computer science often need to understand different numeral systems. This converter helps them practice and understand the conversions between binary, decimal, hexadecimal, and octal systems.
Networking:
- Networking professionals often work with binary and hexadecimal representations of IP addresses, subnet masks, and other network configurations.
Digital Electronics:
- In digital electronics, binary and hexadecimal systems are frequently used to represent values in circuits, microcontrollers, and processors. This converter helps engineers and technicians to quickly translate between these systems.
Mathematics and Number Theory:
- The study of numeral systems and their conversions is an important part of mathematics, especially in areas involving number theory and algebra.
Data Encoding:
- Hexadecimal is often used in data encoding and encryption. For example, color codes in web development (like
#FFFFFF
for white) are in hexadecimal. This converter aids in translating these codes to and from decimal and binary.
- Hexadecimal is often used in data encoding and encryption. For example, color codes in web development (like