Hex to binary
This converter can convert hexadecimal encodings to binary numbers very quickly, just type your hexadecimal encoding. e.g. you enter 'f' you will get '1111'. At the same time, you can also choose any conversion between binary to base 36. Binary to hex
Base(default hexadecimal) | |
Hexadecimal encoding | |
Target base(default binary) | |
Conversion result |
Knowledge of converter
In mathematics and digital electronics, a binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: typically 0 (zero) and 1 (one).
The base-2 numeral system is a positional notation with a radix of 2. Each digit is referred to as a bit. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used by almost all modern computers and computer-based devices.
In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A–F (or alternatively a–f) to represent values ten to fifteen.
Hexadecimal to binary conversion table
Hex | Binary |
---|---|
0 | 0 |
1 | 1 |
2 | 10 |
3 | 11 |
4 | 100 |
5 | 101 |
6 | 110 |
7 | 111 |
8 | 1000 |
9 | 1001 |
A | 1010 |
B | 1011 |
C | 1100 |
D | 1101 |
E | 1110 |
F | 1111 |
10 | 10000 |
20 | 100000 |
100 | 100000000 |
500 | 10100000000 |