Convert simple uppercase text
Input
ABC
Output
65 66 67
Shows the decimal character code for each letter.
Converters
Review practical Text to Decimal examples so you can understand expected input, output, and common patterns faster.
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.
Example pages are especially useful for converters because they show what good input looks like, what kind of output to expect, and how the tool behaves in common scenarios.
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.
After reviewing these examples, run the live tool with your own input. If your task involves a follow-up step, the related page can help you move to the next tool in the workflow.
Open the main Text to Decimal page and test your own real input.