bookmark

Decimal to Hexadecimal (base 16)

Converter Tool

to


 

The decimal numeral system (also called base-ten positional numeral system, and occasionally called denary) is the standard system for denoting integer and non-integer numbers. It has ten as its base.

conversion table

decimalhexadecimal (base 16)decimalhexadecimal (base 16)
1= 111= b
2= 212= c
3= 313= d
4= 414= e
5= 515= f
6= 616= 10
7= 717= 11
8= 818= 12
9= 919= 13
10= a20= 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)decimalhexadecimal (base 16)decimal
1= 1b= 11
2= 2c= 12
3= 3d= 13
4= 4e= 14
5= 5f= 15
6= 610= 16
7= 711= 17
8= 812= 18
9= 913= 19
a= 1014= 20