bookmark

Base 11 to Hexadecimal (base 16)

Converter Tool

to


 
base 11 is a positional numeral system with eleven as its base. It uses 11 different digits for representing numbers. The digits for base 11 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, and a.

conversion table

base 11hexadecimal (base 16)base 11hexadecimal (base 16)
1= 110= b
2= 211= c
3= 312= d
4= 413= e
5= 514= f
6= 615= 10
7= 716= 11
8= 817= 12
9= 918= 13
a= a19= 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 11hexadecimal (base 16)base 11
1≈ 1b≈ 10
2≈ 2c≈ 11
3≈ 3d≈ 12
4≈ 4e≈ 13
5≈ 5f≈ 14
6≈ 610≈ 15
7≈ 711≈ 16
8≈ 812≈ 17
9≈ 913≈ 18
a≈ a14≈ 19