Convert decimal integers (base 10) to hexadecimal (base 16) instantly. This specialized variant is hardcoded for decimal-to-hex conversion and forces batch processing by default.
Paste your decimal values into the input pane, and the uppercase hex equivalents appear immediately.
Supported formatting
Input values must be valid base 10 integers (0-9). Leading signs (+ and -) are supported and preserved in the output. Underscores and internal spaces are stripped automatically, meaning numbers formatted like 12_345 are perfectly fine. Floating point numbers or commas are not supported and will cause conversion errors for that specific line.
Batch processing
Batch mode is permanently enabled in this variant. Each line is evaluated independently, meaning a syntax error on line 4 won’t prevent line 5 from converting. Blank lines and surrounding spaces are preserved in the output block.
Hexadecimal output
The output is formatted in uppercase hex (A-F). No prefixes like 0x are appended to the results. To customize case formatting or add prefixes, use the full number base converter tool.