Use the below converter to convert Hexadecimal to Binary, Decimal and Octal
Hexadecimal Number | 16 | |
Binary Number | 2 | |
Decimal Number | 10 | |
Octal Number | 8 |
Enter any hexadecimal number and click on convert button to convert hexadecimal to binary, decimal & octal.
Also Try:
Hexadecimal Number
Hexadecimal number system uses 16 different symbols to represent a numeric value. It uses numbers 0 to 9 and alphabets A to F for representation. . The place value of each digits of an hexadecimal number varies as the whole number powers of 16 starting from the right (Least Significant Digit). The first single digit number in hexadecimal system is 0 and the last is F. Similarly, the first two digit hexadecimal number is 10 and the last is FF and so on. It is used as an alternative for binary numbers by developers and programmers.
Binary, Decimal, Octal and Hexadecimal conversion table
Binary | Decimal | Octal | Hexadecimal |
---|---|---|---|
0001 | 01 | 01 | 01 |
0010 | 02 | 02 | 02 |
0011 | 03 | 03 | 03 |
0100 | 04 | 04 | 04 |
0101 | 05 | 05 | 05 |
0110 | 06 | 06 | 06 |
0111 | 07 | 07 | 07 |
1000 | 08 | 10 | 08 |
1001 | 09 | 11 | 09 |
1010 | 10 | 12 | 0A |
1011 | 11 | 13 | 0B |
1100 | 12 | 14 | 0C |
1101 | 13 | 15 | 0D |
1110 | 14 | 16 | 0E |
1111 | 15 | 17 | 0F |
Also Try:
- Binary to Decimal converter
- Binary to Octal converter
- Binary to Hexadecimal converter
- Binary to Gray code converter
- Decimal to Binary converter
- Decimal to Octal converter
- Decimal to Hexadecimal converter
- Decimal to Gray code converter
- Octal to Binary converter
- Octal to Decimal converter
- Octal to Hexadecimal converter
- Octal to Gray code converter
- Hexadecimal to Binary converter
- Hexadecimal to Decimal converter
- Hexadecimal to Octal converter
- Hexadecimal to Gray converter
- Gray Code to Binary converter
- Gray Code to Decimal converter
- Gray Code to Octal converter
- Gray Code to Hexadecimal converter
- Text to binary converter
- Text to hex converter
- Binary to text converter