Topics / Number Systems / Converting Hexadecimal to Decimal
Converting Hexadecimal to Decimal
The video below gives a step by step guide on how to convert hexadecimal values into a decimal (denary) number.
Here’s how it works:
- Write the correct base 16 headings above the hexadecimal values.
- Convert any letters (A to F) to their corresponding numerical values.
- Multiply each value by it’s heading.
- Add up the answers.
Hexadecimal to decimal, a step by step video guide:
Hexadecimal to decimal table:
| Hexadecimal | Decimal |
|---|---|
| 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 |

