HEX to Decimal

Convert hexadecimal numbers to decimal format

Hex to Decimal Conversion

Hexadecimal is base-16 numbering using digits 0-9 and letters A-F. This tool converts hex values to familiar decimal numbers.

Hex Digits

  • 0-9 represent 0-9
  • A=10, B=11, C=12
  • D=13, E=14, F=15

Examples

  • FF = 255
  • 10 = 16
  • 100 = 256
  • FFFF = 65535

Common Uses

  • Reading color codes (FF0000 = red)
  • Understanding memory addresses
  • Network and MAC addresses
  • Programming and debugging