Convert decimal numbers back into characters, treating them as Unicode code points or as raw UTF-8 bytes, with clear errors for surrogates and out-of-range values.
Show calculation steps
Processed privately in your browser — nothing you paste is uploaded, logged or stored.
How to use the Decimal to Text
- Paste the decimal numbers, separated by spaces or commas.
- Choose whether they are Unicode code points or raw UTF-8 byte values.
- Click "Convert to text".
Frequently asked questions
Which unit should I choose?
If the numbers came from HTML entities, a Unicode reference table or the Text to Decimal tool in its default mode, choose code points. If they came from a byte-level dump, a network capture or a file reader, choose bytes.
Why are some numbers rejected as surrogates?
The range 55296 to 57343 is reserved for UTF-16 encoding machinery and never represents a character on its own. A lone surrogate in your data means the text was split incorrectly somewhere upstream.