Convert hexadecimal numbers to their decimal equivalents. This calculator can be used for programming, digital electronics, and mathematics applications.
Learn how to use the Hexadecimal to Decimal Converter calculator and its working principles
1A3F
). Hexadecimal numbers use digits 0-9 and letters A-F.Hexadecimal (base 16) is a positional numeral system with digits from 0 to 15. Since we only have 10 digits in our decimal system, letters A through F are used to represent values 10 through 15.
For example, the hexadecimal number 1A3F
is calculated as:
1 × 16³ + A(10) × 16² + 3 × 16¹ + F(15) × 16⁰ = 4096 + 2560 + 48 + 15 = 6719