Convert hexadecimal numbers to their decimal equivalents quickly and easily.
Learn how to use the Hexadecimal to Decimal Converter calculator and its working principles
A1F
). Hexadecimal numbers use digits 0-9 and letters A-F.Hexadecimal (base-16) is a positional numeral system with a radix of 16. Each digit position represents a power of 16, starting from the rightmost digit (160). The decimal value is calculated by multiplying each digit by 16 raised to the power of its position index (from right to left, starting at 0) and summing the results.
For the hexadecimal number A1F
:
Decimal result = 15 + 16 + 2560 = 2591