Hex to Binary Converter Online
What is hex to binary converter ?
A utility for converting hex to binary. Simply enter one hex number per line in the input field, then click "Convert to Binary" to quickly and precisely convert from hex to binary. By checking the "Show Calculation Steps" box, you can see the computation phases.
How to convert hex to binary ?
You can convert hex to binary by converting each digit of the hex number to binary and combine them together.
Example 1. Convert hex number A23 into binary number.
(A23)16 = ( A 2 3 )16
= (1010 0010 0011)2
= 1010001000112
Hex to binary conversion table
Hex Symbol | Binary equivalent |
---|---|
0 | 0000 |
1 | 0001 |
2 | 0010 |
3 | 0011 |
4 | 0100 |
5 | 0101 |
6 | 0110 |
7 | 0111 |
8 | 1000 |
9 | 1001 |
A | 1010 |
B | 1011 |
C | 1100 |
D | 1101 |
E | 1110 |
F | 1111 |