bookmark

Base 6 to Hexadecimal (base 16)

Converter Tool

to


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

conversion table

base 6hexadecimal (base 16)base 6hexadecimal (base 16)
1= 115= b
2= 220= c
3= 321= d
4= 422= e
5= 523= f
10= 624= 10
11= 725= 11
12= 830= 12
13= 931= 13
14= a32= 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 6hexadecimal (base 16)base 6
1≈ 1b≈ 15
2≈ 2c≈ 20
3≈ 3d≈ 21
4≈ 4e≈ 22
5≈ 5f≈ 23
6≈ 1010≈ 24
7≈ 1111≈ 25
8≈ 1212≈ 30
9≈ 1313≈ 31
a≈ 1414≈ 32