bookmark

Base 2 to Hexadecimal (base 16)

Converter Tool

to


 
result
487c20 = 3535210
1011012 = 4510
base 2 is a positional numeral system with two as its base. It uses 2 different digits for representing numbers. The digits for base 2 could be 0, and 1.

conversion table

base 2hexadecimal (base 16)base 2hexadecimal (base 16)
1= 11011= b
10= 21100= c
11= 31101= d
100= 41110= e
101= 51111= f
110= 610000= 10
111= 710001= 11
1000= 810010= 12
1001= 910011= 13
1010= a10100= 14

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.

conversion table

hexadecimal (base 16)base 2hexadecimal (base 16)base 2
1≈ 1b≈ 1011
2≈ 10c≈ 1100
3≈ 11d≈ 1101
4≈ 100e≈ 1110
5≈ 101f≈ 1111
6≈ 11010≈ 10000
7≈ 11111≈ 10001
8≈ 100012≈ 10010
9≈ 100113≈ 10011
a≈ 101014≈ 10100