hex2dec.com

Text to Decimal Converter

Convert ascii text to decimal instantly. Free online tool with batch support, step-by-step explanation, and no signup required.

Result will appear here…

ASCII Text to Decimal Conversion Examples

ASCII Text InputDecimal Result
Hi72 105
ABC65 66 67
hello104 101 108 108 111
12349 50 51

How to Convert ASCII Text to Decimal

  1. 1Enter the text string you want to convert.
  2. 2Read each character from left to right.
  3. 3Convert each character to its decimal character code.
  4. 4Return the decimal codes in the same order as the original text.
  5. 5Example: 'ABC' → 65 66 67.

Frequently Asked Questions

What is text to decimal conversion?

Text to decimal conversion changes each character into its decimal character code, such as A to 65 or space to 32.

What is 'ABC' in decimal?

The text 'ABC' converts to 65 66 67.

Is text to decimal the same as text to ASCII?

For ordinary ASCII text, yes. Both show the decimal character codes for each character.

Why is the digit 1 converted to 49?

Because '1' as text is a character. Its ASCII decimal code is 49.

Related Converters