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

Quick Find Conversion Table

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

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.

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.