bookmark

Hexadecimal (base 16) to Quaternary (base 4)

Converter Tool

to


 

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)quaternary (base 4)hexadecimal (base 16)quaternary (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

Quaternary is the base-4 numeral system. It uses the digits 0, 1, 2 and 3 to represent any real number.

conversion table

quaternary (base 4)hexadecimal (base 16)quaternary (base 4)hexadecimal (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