ASCII to Text
Decode a list of decimal Unicode codepoints into readable text — emoji and CJK supported.
Codes separated by spaces, commas, or newlines. Unicode codepoints up to 0x10FFFF are accepted.
Decoded characters.
Decode a list of decimal character codes into text. Beyond pure 7-bit ASCII, this tool accepts any Unicode codepoint, so you can decode codes from chat protocols, contest puzzles, or legacy tooling.
Can I decode hexadecimal codes?
This tool accepts decimal codes only. Use the Hex to Decimal converter first if you have hex codepoints.
Why does code 195 not produce one Vietnamese character?
Vietnamese characters above 127 require multiple bytes in UTF-8. Use Binary to Text for byte-level decoding.