Hexadecimal to Decimal Converter

Convert hexadecimal (base-16) to decimal (base-10) representation.

Input (Hexadecimal)
Enter a hexadecimal number
Output (Decimal)
Decimal representation

Hexadecimal to Decimal Conversion

Convert hexadecimal (base-16) to decimal (base-10). Hex uses digits 0-9 and A-F.

Examples:

  • FF hex = 255 decimal
  • 100 hex = 256 decimal
  • A hex = 10 decimal

Use Cases:

  • Color code conversions
  • Memory address interpretation
  • Programming and debugging