bookmark

Base 9 to Hexadecimal (base 16)

Converter Tool

to


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

conversion table

base 9hexadecimal (base 16)base 9hexadecimal (base 16)
1= 112= b
2= 213= c
3= 314= d
4= 415= e
5= 516= f
6= 617= 10
7= 718= 11
8= 820= 12
10= 921= 13
11= a22= 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 9hexadecimal (base 16)base 9
1≈ 1b≈ 12
2≈ 2c≈ 13
3≈ 3d≈ 14
4≈ 4e≈ 15
5≈ 5f≈ 16
6≈ 610≈ 17
7≈ 711≈ 18
8≈ 812≈ 20
9≈ 1013≈ 21
a≈ 1114≈ 22