Hexadecimal to Decimal Converter Online
Paste a hexadecimal value, with or without a 0x prefix, to get its decimal equivalent. Useful when reading memory dumps, colour channels or byte values from logs.
Runs in your browser — your text is never uploaded or stored.
Hex value
Decimal result
How to Use
- 1.Paste the hex value, with or without 0x or #.
- 2.Read the decimal number below.
- 3.Copy it into your calculation or code.
Advertisement
FAQ
Is the input case-sensitive?
No. FF and ff produce the same result.
Can I convert a full colour code?
Yes, though #3B82F6 converts as a single large number. To split it into red, green and blue channels use the colour format converter.
Need more options?
Binary to Text
Paste 8-bit binary (with or without spaces) and decode it back into readable UTF-8 text. Free and browser-based.