Hex to Decimal Converter

    Convert between hexadecimal and decimal

    公式

    Divide by 16, use 0-9 and A-F

    Hexadecimal is base-16, commonly used for colors and memory addresses.

    示例

    255

    = 0xFF in hexadecimal.

    常见问题

    关于 Hex to Decimal

    Convert between hexadecimal and decimal numbers.