QuickFreeTools

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