bookmark

Base 14 to Hexadecimal (base 16)

Converter Tool

to


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

conversion table

base 14hexadecimal (base 16)base 14hexadecimal (base 16)
1= 1b= b
2= 2c= c
3= 3d= d
4= 410= e
5= 511= f
6= 612= 10
7= 713= 11
8= 814= 12
9= 915= 13
a= a16= 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 14hexadecimal (base 16)base 14
1≈ 1b≈ b
2≈ 2c≈ c
3≈ 3d≈ d
4≈ 4e≈ 10
5≈ 5f≈ 11
6≈ 610≈ 12
7≈ 711≈ 13
8≈ 812≈ 14
9≈ 913≈ 15
a≈ a14≈ 16