bookmark

Hexadecimal (base 16) to Base 3

Converter Tool

to


 
result
1011012 = 4510

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 3hexadecimal (base 16)base 3
1= 1b= 102
2= 2c= 110
3= 10d= 111
4= 11e= 112
5= 12f= 120
6= 2010= 121
7= 2111= 122
8= 2212= 200
9= 10013= 201
a= 10114= 202
base 3 is a positional numeral system with three as its base. It uses 3 different digits for representing numbers. The digits for base 3 could be 0, 1, and 2.

conversion table

base 3hexadecimal (base 16)base 3hexadecimal (base 16)
1≈ 1102≈ b
2≈ 2110≈ c
10≈ 3111≈ d
11≈ 4112≈ e
12≈ 5120≈ f
20≈ 6121≈ 10
21≈ 7122≈ 11
22≈ 8200≈ 12
100≈ 9201≈ 13
101≈ a202≈ 14