Converters
Convert plain text into decimal character codes instantly.
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 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.
Read step-by-step usage guidance, best practices, and common mistakes.
See common questions and answers about input, output, and tool usage.
Review practical input and output examples before running the tool.
Find similar and supporting tools for adjacent actions and follow-up tasks.
Input
ABC
Output
65 66 67
Shows the decimal character code for each letter.
Input
Hi!
Output
72 105 33
Useful for inspecting readable text as decimal values.
Fix: Use a base converter if you want to convert one numeric value instead of text.
Fix: Use text-to-hex or text-to-binary if you need another representation.
Fix: Use Decimal to Text to decode decimal codes back into characters.
Fix: Read each decimal group as one character code.
Fix: Check whether the input includes Unicode characters beyond standard ASCII.
It converts each character into a decimal code value.
For simple English text it often matches ASCII values, but other characters can go beyond the basic ASCII range.
Yes. The tool converts the whole text string character by character.
It is useful for debugging, education, and low-level text inspection.
The reverse tool is Decimal to Text.