Online Convert Decimal to Text
Decode a sequence of decimal character codes (e.g. 72 101 108 108 111) into text. Space or comma separated numbers.
Frequently Asked Questions
- What format should the numbers be in?
- Enter decimal character codes (e.g. ASCII: 65=A, 97=a). Separate by spaces, commas, or newlines. Invalid numbers are skipped or show an error.
- What range of numbers?
- Typically 0–255 for ASCII/Latin-1. For Unicode (e.g. 128512) the tool uses String.fromCodePoint when the number is in valid range.
- What about hex or octal?
- This tool expects decimal only. Use a hex-to-text or octal converter for other bases.
Related Text Tools
Word Counter
Count words, characters, sentences, and paragraphs. Perfect for writers and students.
Case Converter
Convert text between uppercase, lowercase, title case, and sentence case instantly.
Morse Code Translator
Translate text to Morse code and Morse code to text. Supports letters, numbers, and punctuation.
Lorem Ipsum Generator
Generate placeholder text for designs and mockups. Choose paragraphs, sentences, or words.
Diff Checker
Compare two texts side by side. Highlight differences between documents, code, or strings.
Character Counter
Count characters with and without spaces. Real-time counts for tweets, meta descriptions, and forms.