Hexadecimal → Decimal

Convert hexadecimal numbers to decimal detailing base 16 power calculations.

d = \sum h_i \times 16^i
Result

Step-by-Step Calculation & Explanation

Multiply each hexadecimal digit (resolved to its decimal equivalent: A=10, B=11, etc.) by the corresponding power of 16, starting with \( 16^0 \) on the far right, and sum the results.