Input Data :
Hexa Decimal = 48
Obejective :
Convert Hexa Decimal to Decimal Value
Solution with Steps :
`48_16 = (4 \times 16^1) + (8 \times 16^0)`
`48_16 = 64 + 8`
`48_16 = 72_10`
Hex ⇄ Decimal Converter, work with steps, solved example problems and conversion table to learn, practice and verify hex to decimal or decimal to hex conversion involved in digital electronics & communications. Supply Hex input values and generate the step by step work for hex to decimal conversion. Similarly, supply Decimal input values and generate step by step work for decimal to hex conversion.
Decimal and Hexadecimal Conversion Chart | |
---|---|
Decimal | Hex |
2 | 2 |
3 | 3 |
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 | 8 |
9 | 9 |
10 | A |
11 | B |
12 | C |
13 | D |
14 | E |
15 | F |
16 | 10 |
1 Million | f4240 |
10 Million | 989680 |
1 Billion | 3B9ACA00 |
1 Trillion | E8D4A51000 |
The following example lets you understand how to do hex to decimal conversion
Example: Convert hexadecimal number (5 A F)16 to its equivalent decimal value
The hex number (5 A F)16 can be written as follows
= 5 x 162 + A x 161 + F x 160
Replace the hexadecimal numbers by its equivalent decimal values and perform the arithmetic operation
A = 10 and F = 15;
= 5 x 162 + 10 x 161 + 15 x 160
= 1280 + 160 + 15
= 1455
The decimal equivalent is (1455)10
Decimal to Hex Conversion can be achieved by successive division method. The following example lets you understand how to perform decimal to hex conversion
Example: Convert decimal number 2250 to its equivalent hex
The hexadecimal equivalent is (8 C A)16
Users can use the above converter, work with steps, solved examples and conversion table to learn, practice and verify how to do hex to decimal and decimal to hex conversions efficiently.