Drag and Drop HEX file here
or click to select a .txt fileOr type/paste HEX values below:
Conversion Options
Space SeparatedHEX values are separated by spaces
Comma SeparatedHEX values are separated by commas
Line by LineConvert each line separately
Include HEXShow HEX values with decimal results
Strip 0x PrefixRemove 0x from HEX values before conversion
Note: This tool converts hexadecimal (base-16) values to their decimal (base-10) representation.
About This HEX to Decimal Converter
This tool converts hexadecimal values to their decimal representation. Each HEX sequence is converted to its equivalent decimal number, with options to control how the HEX values are separated and displayed. The tool automatically skips invalid HEX sequences while converting.
How to Use This Tool
Step-by-Step Guide:
- Step 1: Input your HEX values using either:
- Drag and drop a .txt file containing HEX values
- Click to browse and select a file
- Type or paste HEX values directly into the text box
- Step 2: Select your desired conversion options
- Step 3: Click "Convert to Decimal" to process your HEX values
- Step 4: Review your converted decimal values in the output box
- Step 5: Use the results by copying or downloading
Conversion Options Explained:
- Space Separated: HEX values are separated by spaces (e.g., "1A 2B 3C")
- Comma Separated: HEX values are separated by commas (e.g., "1A,2B,3C")
- Line by Line: Converts each line separately, maintaining line breaks
- Include HEX: Shows the original HEX values alongside decimal results
- Strip 0x Prefix: Removes 0x from HEX values before conversion
Example Conversion:
Input: 1A 2B 3C Output: 26 43 60 Input: 0x1A,0x2B,0x3C Output (include HEX): 0x1A(26), 0x2B(43), 0x3C(60) Input: 1A2B3C Output: 1715004