Simple online tools for developers, networking, text and conversions.

Converters

Text to Decimal

Convert plain text into decimal character codes instantly.

Tool

Use this Text to Decimal converter to transform text into decimal character codes. It is useful for learning character encoding basics, debugging text values, checking low-level representations, and understanding how readable text maps to decimal code points. Paste text to generate space-separated decimal values for study, inspection, or technical reference.

About this tool

Use this Text to Decimal converter to transform text into decimal character codes. It is useful for learning character encoding basics, debugging text values, checking low-level representations, and understanding how readable text maps to decimal code points. Paste text to generate space-separated decimal values for study, inspection, or technical reference.

Use text to decimal when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Paste or type text into the input box
  2. Click Run Tool to convert the characters
  3. Review the decimal code values
  4. Copy the result for notes, debugging, or examples
  5. Use the reverse tool if you need readable text again

Examples

Example

Input

ABC

Output

65 66 67

Shows the decimal character code for each letter.

Example

Input

Hi!

Output

72 105 33

Useful for inspecting readable text as decimal values.

Common errors

The user expects one numeric conversion instead of character-by-character output

Fix: Use a base converter if you want to convert one numeric value instead of text.

The user expects hex or binary output

Fix: Use text-to-hex or text-to-binary if you need another representation.

The user wants the reverse action

Fix: Use Decimal to Text to decode decimal codes back into characters.

The output is mistaken for word-level conversion

Fix: Read each decimal group as one character code.

Non-English characters produce values outside simple ASCII expectations

Fix: Check whether the input includes Unicode characters beyond standard ASCII.

FAQ

What does Text to Decimal do?

It converts each character into a decimal code value.

Is this the same as ASCII?

For simple English text it often matches ASCII values, but other characters can go beyond the basic ASCII range.

Can I convert more than one character?

Yes. The tool converts the whole text string character by character.

When is Text to Decimal useful?

It is useful for debugging, education, and low-level text inspection.

What is the reverse of Text to Decimal?

The reverse tool is Decimal to Text.

Use cases

Related tools