Decimal Converter
How to Use the Decimal Converter:
- Select Conversion Mode:
- Choose between Single Decimal and Multiple Decimals from the “Conversion Mode” dropdown.
- If you are converting a single number, select “Single Decimal.”
- If you are converting multiple numbers, select “Multiple Decimals.”
- Input Decimal Numbers:
- For Single Decimal, enter a single decimal number in the input box.
- For Multiple Decimals, enter multiple decimal numbers in the input box, separated by spaces or commas (based on your selected delimiter).
- Select Conversion Type:
- From the “Convert to” dropdown, choose the type of conversion:
- Binary: Convert decimal to binary.
- Hexadecimal: Convert decimal to hexadecimal.
- Octal: Convert decimal to octal.
- ASCII: Convert decimal to the corresponding ASCII character.
- From the “Convert to” dropdown, choose the type of conversion:
- Choose Delimiter and Display Type (for Multiple Decimals):
- If you selected “Multiple Decimals,” choose how to separate the decimal numbers:
- Delimiter: Choose between space or comma.
- Display Type: Select “Line by Line” to display each result on a new line or “Same Line” to display all results in a single line with your chosen delimiter.
- If you selected “Multiple Decimals,” choose how to separate the decimal numbers:
- Click “Convert”:
- Press the “Convert” button to see the results displayed below.
- For Single Decimal, the result will appear immediately.
- For Multiple Decimals, the results will be formatted based on your display type.
- Reset Button:
- To clear the input and results, click the “Reset” button.
Example:
- If you input
65
and select ASCII as the conversion type, the result will beA
(since 65 corresponds to the ASCII character “A”). - If you input multiple decimal numbers like
65, 66, 67
with a comma delimiter, it will convert and show results for each value.