bookmark

Base 4 to Hexadecimal (base 16)

Converter Tool

to


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

conversion table

base 4hexadecimal (base 16)base 4hexadecimal (base 16)
1= 123= b
2= 230= c
3= 331= d
10= 432= e
11= 533= f
12= 6100= 10
13= 7101= 11
20= 8102= 12
21= 9103= 13
22= a110= 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 4hexadecimal (base 16)base 4
1≈ 1b≈ 23
2≈ 2c≈ 30
3≈ 3d≈ 31
4≈ 10e≈ 32
5≈ 11f≈ 33
6≈ 1210≈ 100
7≈ 1311≈ 101
8≈ 2012≈ 102
9≈ 2113≈ 103
a≈ 2214≈ 110