Skip to content
ExactUnit

Numbers / base 16 → base 10

Convert Hexadecimal to Decimal

Convert signed integers between binary, octal, decimal, and hexadecimal. Convert Hexadecimal (base 16) to Decimal (base 10). Find the formula, worked examples, unit definitions, and practical guidance below.

Reverse: Decimal to Hexadecimal →

Numbers converter

Arbitrary-precision integers preserve all digits within the 4096-character input limit. Fractions, exponent notation, prefixes such as 0x, and two’s-complement bit patterns are not accepted. Negative integers keep a minus sign.

How to convert hexadecimal to decimal

Arbitrary-precision integers preserve all digits within the 4096-character input limit. Fractions, exponent notation, prefixes such as 0x, and two’s-complement bit patterns are not accepted. Negative integers keep a minus sign.

Worked examples

Read each digit as a coefficient of a power of 16, then express the integer using powers of 10. Repeated division by 10 yields the target digits from right to left.

  • 2A (base 16) = 42 (base 10)
  • FF (base 16) = 255 (base 10)

About Hexadecimal

Hexadecimal uses base 16. Its place values are powers of 16; the same integer is represented by a different sequence of digits in another base.

About Decimal

Decimal uses base 10. Its place values are powers of 10; the same integer is represented by a different sequence of digits in another base.

Definitions and sources

For a different quantity or formatting task, see the related other conversion tools.

Browse every numbers conversion →

Popular conversions

A shortcut to your next answer