hex2dec.com

Text to ASCII 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
A65
Hello72 101 108 108 111
Space83 112 97 99 101
Hi!72 105 33

How to Convert ASCII Text to Decimal

  1. 1Enter the text you want to inspect.
  2. 2Convert each character to its ASCII decimal code.
  3. 3Keep spaces, punctuation, digits, and letters in their original order.
  4. 4Copy the resulting ASCII codes for programming, debugging, or encoding tasks.
  5. 5Example: 'A!' → 65 33.

Frequently Asked Questions

What is text to ASCII conversion?

Text to ASCII conversion shows the decimal ASCII code for each character in a string.

What is A in ASCII?

Uppercase A is ASCII decimal code 65.

What is a space in ASCII?

A space is ASCII decimal code 32.

Are uppercase and lowercase ASCII codes different?

Yes. Uppercase A is 65, while lowercase a is 97.

Related Converters