Decimal to Hex Converter
A decimal to hex converter that renders any base-10 integer as uppercase hexadecimal. Conversion happens locally and updates the moment you change the input.
Your input is processed locally in your browser and is not uploaded or stored.
What this tool does
Encoding a base-10 integer as a base-16 numeral. This decimal to hex converter is free, works on desktop and mobile, and requires no sign-up.
Also useful for: 100 decimal to hexadecimal, 16 decimal to hexadecimal, 20 decimal to hex, 258 decimal to hex, conversion of decimal to hexadecimal, convert a decimal to hexadecimal, convert from decimal to hexadecimal, decimal number to hexadecimal.
Features
- Uppercase hex output
- Arbitrary-precision integers
- Instant results
- One-click copy
How to use it
- Type a decimal number
- Read the hexadecimal equivalent
- Copy the value
Examples
255FF 261A Common uses
- Generating colour codes
- Producing hex constants for code
- Preparing values for hex editors
Good to know
- Integer input only
Frequently asked questions
Is the output prefixed with 0x?
No, copy the raw hex digits and add a prefix if your context needs one.
Upper or lower case?
Output is uppercase; hex is case-insensitive when read back.