general /
【How-to】How to add hexadecimal numbers
The hexadecimal numeral system, often shortened to “hex”, is a numeral system made up of 16 symbols (base 16). The standard numeral system is called decimal (base 10) and uses ten symbols: 0,1,2,3,4,5,6,7,8,9.
…
Hexadecimal to decimal.
| Hex | Decimal | |
|---|---|---|
| sum | = | (52 x 16) + 2 = 834 |
| sum | = | (834 x 16) + 5 = 13349 |
| 3425h | = | 13349 |