Hexadecimal (base 16) to Binary (base 2) Conversion Table

Quick Find Conversion Table

0 - 23
hexadecimal (base 16) to binary (base 2)
010 = 016= 02
110 = 116= 12
210 = 216= 102
310 = 316= 112
410 = 416= 1002
510 = 516= 1012
610 = 616= 1102
710 = 716= 1112
810 = 816= 10002
910 = 916= 10012
1010 = a16= 10102
1110 = b16= 10112
1210 = c16= 11002
1310 = d16= 11012
1410 = e16= 11102
1510 = f16= 11112
1610 = 1016= 100002
1710 = 1116= 100012
1810 = 1216= 100102
1910 = 1316= 100112
2010 = 1416= 101002
2110 = 1516= 101012
2210 = 1616= 101102
23 - 46
hexadecimal (base 16) to binary (base 2)
2310 = 1716= 101112
2410 = 1816= 110002
2510 = 1916= 110012
2610 = 1a16= 110102
2710 = 1b16= 110112
2810 = 1c16= 111002
2910 = 1d16= 111012
3010 = 1e16= 111102
3110 = 1f16= 111112
3210 = 2016= 1000002
3310 = 2116= 1000012
3410 = 2216= 1000102
3510 = 2316= 1000112
3610 = 2416= 1001002
3710 = 2516= 1001012
3810 = 2616= 1001102
3910 = 2716= 1001112
4010 = 2816= 1010002
4110 = 2916= 1010012
4210 = 2a16= 1010102
4310 = 2b16= 1010112
4410 = 2c16= 1011002
4510 = 2d16= 1011012
46 - 69
hexadecimal (base 16) to binary (base 2)
4610 = 2e16= 1011102
4710 = 2f16= 1011112
4810 = 3016= 1100002
4910 = 3116= 1100012
5010 = 3216= 1100102
5110 = 3316= 1100112
5210 = 3416= 1101002
5310 = 3516= 1101012
5410 = 3616= 1101102
5510 = 3716= 1101112
5610 = 3816= 1110002
5710 = 3916= 1110012
5810 = 3a16= 1110102
5910 = 3b16= 1110112
6010 = 3c16= 1111002
6110 = 3d16= 1111012
6210 = 3e16= 1111102
6310 = 3f16= 1111112
6410 = 4016= 10000002
6510 = 4116= 10000012
6610 = 4216= 10000102
6710 = 4316= 10000112
6810 = 4416= 10001002
69 - 92
hexadecimal (base 16) to binary (base 2)
6910 = 4516= 10001012
7010 = 4616= 10001102

hexadecimal (base 16)

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, B, C, D, E, F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.

binary (base 2)

In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices. Each digit is referred to as a bit.