Hexadecimal to Decimal Converter

Simple tool for Hex/Decimal conversion.





Please provide a valid Hexadecimal number.
Decimal number
-



About Hexadecimal to Decimal Converter


Hex to Decimal is an online numeric converter tool that help users convert hexadecimal to decimal in real time. This base converter allows you to switch from base 16 (hexadecimal) to base 10 (decimal) and vice-versa. In this way you can improve compatibility with any process that uses different numeric bases.

Also, this tool also helps convert from decimal to hex. By clicking on the "switch" button between 2 base labels you will be able to convert decimal to hex and calculate the value of the base-10 input numbers in its base-16 representation.

To restart the default conversion input and output, you can click again in the "Switch" button or refresh the page. In this way, you can choose for converting hexadecimal to decimal, or set our tool as a decimal to hex converter. Start using our hex to decimal calculator and convert any number to the desired base!

We include the following list of features:

  • Conversion from hex to decimal
  • Conversion from decimal to hex
  • Large numbers supported
  • Real-time conversions

How to convert Decimal to Hexadecimal?


To perform the calculation, divide the original decimal number by 16 as an integer division. Then, write down the result of the division and the remainder in Hex (0 to F). Repeat the same process until the result of the integer division is 0. Finally, take the remainders starting from the last one and group all the numbers. That is the resulting conversion from the Decimal number, expressed in Hexadecimal.


How to read Hexadecimal?


Hexadecimal numbers are base 16 numbers and the possible symbols are different than the standard Decimal system. For Hex, there are 16 symbols to express each digit of a number: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. A-F range is similar than the 10-15 range in decimal. When the digit is greater than F (15 in decimal) there is a carry, and a new symbol needs to be added at the left of the number. Example: Decimal 15 = Hexadecimal F, Decimal 16 = Hexadecimal 10, Decimal 17 = Hexadecimal 11.


Hex to decimal table


Hexadecimal Decimal Binary
000
111
2210
3311
44100
55101
66110
77111
881000
991001
A101010
B111011
C121100
D131101
E141110
F151111