Hexadecimal to Decimal Converter

You can use this Hexadecimal to Decimal converter online tool, you can just enter a hexadecimal number like 52ABD into the input section and you will get your answer.

Hexadecimal to Decimal Converter

What is the Hexadecimal Number System?

A hexadecimal number has 10 numerical values 0 to 9 and alphabet values A to F. Every number represents 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F in this number system. These are a total 16 values, So hexadecimal has a 16-base system.

Hexadecimal Number Example:

(25AF)16

What is the Decimal Number System?

Dec means 10(ten). So decimal numbers use 10 numbers (0 to 9). That’s why people called the base 10 system. We can use decimal numbers in our daily life.

Example:

(1189)10

How to use hexadecimal to Decimal Converter?

It’s so easy to use our hexadecimal to decimal online tool. Just enter your hexadecimal number and you’ll get your answer without any click. Is it easy? Now if you want how to manually convert hexadecimal to decimal value. Please check below.

How to convert Hexadecimal to Decimal?

If you want to convert Hexadecimal to Decimal numbers. You can use our hex to Decimal Converter. But if you want, calculate the hexadecimal to Decimal. Just check our step by step and you will know how to calculate hex to decimal.

Example:

(29B)16 = ?

Convert this hexadecimal number to Decimal number.

Step 1:

A regular decimal number is the sum of the digits multiplied with the power of 10.

29B in base 10 is equal to each digit multiplied with its corresponding power of 10 and we will use B as 11.

Here are the total 3 values. So, we can use 16(2,1,0).

(29B)16

= 2×(16)2 + 9×(16)1 + 11×(16)0

= 512 + 144 + 11

= (667)10

(667)10 decimal numbers is the value of a hexadecimal number.

Example: Convert (7DE)16 to a decimal

(7DE)16

= 7×(16)2 + 13×(16)1 + 14×(16)0

= (2014)10

(2014)10 decimal numbers is the value of a hexadecimal number.

Ans
=
(2014)10

Example: Convert (A3C2)16 to a decimal

(A3C2)16

= 10×(16)3 + 3×(16)2 + 12×(16)1 + 2×(16)0

= 40960 + 768 + 192 + 2

= (41922)10

(41922)10 decimal numbers is the value of a hexadecimal number.

Ans
=
(41922)10

Example: Convert (E7A9)16 to a decimal

(E7A9)16

= 14×(16)3 + 7×(16)2 + 10×(16)1 + 9×(16)0

= 57344 + 1792 + 160 + 9

= (59305)10

(59305)10 decimal numbers is the value of a hexadecimal number.

Ans
=
(59305)10

See More: Text to Binary Converter

Hexadecimal to Decimal Conversion Table

Here is the hexadecimal to decimal conversion table.

Hexadecimal Number Decimal Number
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
A 10
B 11
C 12
D 13
E 14
F 15