Home Number Base Conversion Decimal to Hexadecimal
Decimal to Hexadecimal Converter - Base 10 to Base 16

'Convert From' and 'Convert To' are same! Please Select a different Source/Target number base.
dec
Decimal Converters : Decimal to Binary , Decimal to Octal
ADVERTISEMENT
Complete List of Decimal Converters
Conversion Units
Definition : Decimal Number System (Base 10)
Decimal number is the most commonly used number system. It is a base 10 number system, uses combinations of numerals 0 to 9 to represent any number. It is widely used in everyday life for representing and manipulating numbers in many cultures and scientific applications.
Definition : Hexadecimal Number System (Base 16)
Hexadecimal Number System is a base 16 number system, uses combinations of numerals 0 to 9 and alphabetic characters A to F to represent any number. Hexadecimal numbers are represented with 16 at their base, for example 1AF16.
Decimal to Hexadecimal Conversion Examples
decimal (base 10) Number | Equivalent hexadecimal (base 16) Number |
---|---|
0 | 0 |
1 | 1 |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
10 | a |
50 | 32 |
100 | 64 |
500 | 1f4 |
1000 | 3e8 |
5000 | 1388 |
10000 | 2710 |