converters
Decimal to Hexadecimal Converter
Convert decimal numbers into hexadecimal notation for memory debugging, hardware programming, and color science.
Calculated locally in browser.
English Words Spelling
two hundred fifty-five
DECIMAL (BASE 10)
BINARY (BASE 2)
HEXADECIMAL (BASE 16)
OCTAL (BASE 8)
Advertisement
Sponsored PlacementGoogle AdSense Integration Ready
How to Use Decimal to Hexadecimal Converter
1
Enter Decimal
Input any decimal number.
2
Configure Format
Choose uppercase or lowercase, and optional '0x' prefix.
3
Copy Hex
Copy the resulting hexadecimal string.
About Decimal to Hexadecimal Converter
Applies successive division by 16, mapping remainders 0-15 to hexadecimal digits (0-9, A-F).
Supported Formats
DecimalHexadecimal
Operational Limits
- •Positive and negative integers
Key Features
- Uppercase or lowercase formatting (FF vs ff)
- Optional 0x programming prefix
- Division-by-16 remainder step breakdown
- BigInt support
Frequently Asked Questions
100 in decimal equals 64 in hexadecimal (6 * 16 + 4).
Related Tools
More in converters Local
Decimal to Binary Converter
Convert base-10 decimal numbers into binary strings with 8-bit, 16-bit, or 32-bit byte padding.
convertersOpen Tool
Local
Binary to Hexadecimal Converter
Convert binary strings (base-2) into compact hexadecimal strings (base-16) with 4-bit nibble grouping.
convertersOpen Tool
Local
Hexadecimal to Decimal Converter
Convert base-16 hexadecimal values into base-10 decimal numbers with power-of-16 calculations.
convertersOpen Tool