Hex to Binary
Convert hexadecimal To binary
The result updates as you type
To (binary)
1 hexadecimal = 1 binary
Conversion formula and examples
The value stays the same; only its representation in a number base changes. The table shows the same integers written in both bases.
Source base: 16. Target base: 2.
| Source value (hexadecimal) | Result (binary) |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 2 | 10 |
| 8 | 1000 |
| A | 1010 |
| 10 | 10000 |
| FF | 11111111 |
About this tool
Convert integers from hexadecimal to binary. See worked examples and a conversion table for these number bases.
Frequently asked questions
How do I convert hexadecimal to binary?
Enter the source value in the first field and select Convert. The heading shows the conversion direction. Use the formula and examples on this page to check the result.