Hex to Decimal Converter

The Hex to Decimal Converter accepts any hex value — with or without the 0x or # prefix, uppercase or lowercase — and gives you the decimal equivalent. Internally it uses BigInt, so 16-character hex strings (and beyond) convert without precision loss. VS Code shows this conversion in a tooltip you can't link to; this is the standalone page you can bookmark.

Built by Bob QA by Ben Shipped

How to use

  1. 1

    Paste or type the hex value. Prefixes 0x and # are stripped automatically; case doesn't matter.

  2. 2

    Read the decimal value, along with the byte width and bit count — useful for sizing buffers and protocol fields.

  3. 3

    Need the reverse? Use the Decimal to Hex Converter sister page.

Frequently asked questions

Ratings & Reviews

Rate this tool

Sign in to rate and review this tool.

Loading reviews…