Skip to main content
Numverto logo NUMVERTO

Hexadecimal to Decimal Converter

Convert Hexadecimal to Decimal

Decimal Result

Step-by-Step Working

    Advertisement

    About This Converter

    Convert hexadecimal values to decimal by multiplying each hex digit by its power of 16. Enter any hex value (like FF, 4A, or 1F4) and instantly see the decimal equivalent with the positional calculation explained. Essential for interpreting memory addresses, error codes, and color values.

    Worked Examples

    Hexadecimal: FF → Decimal: 255

    F×16 + F×1 = 15×16 + 15 = 240+15 = 255

    Hexadecimal: 1A3 → Decimal: 419

    1×256 + A×16 + 3×1 = 256+160+3 = 419

    Hexadecimal: 10 → Decimal: 16

    1×16 + 0×1 = 16 (hex 10 ≠ decimal 10)

    Need More Bases?

    For full multi-base conversion (binary, octal, decimal, and hex all at once), use our Number System Converter — it shows all four representations simultaneously with complete step-by-step working.

    Frequently Asked Questions

    How do I convert hex to decimal?

    Multiply each hex digit by 16 raised to its position (starting from 0 on the right) and sum all products.

    What is hex FF in decimal?

    FF = 15×16 + 15×1 = 255. This is the maximum value for one unsigned byte.

    What do hex letters A-F represent?

    A=10, B=11, C=12, D=13, E=14, F=15 in decimal. They extend the digit set beyond 0-9.

    Is hex 10 the same as decimal 10?

    No. Hex 10 = 1×16 + 0 = decimal 16. The same digits mean different values in different bases.

    How do I read hexadecimal error codes?

    Convert each hex code to decimal to understand its numeric value, then reference the error documentation.

    Related Converters

    Advertisement

    Popular Tools

    View all 13 free tools → · Read tutorials · Number system guide