ASCII 转 Text
把 ASCII 值转成 Text,做 register dump、位掩码、抓包分析、协议调试都用得上,全程在浏览器里完成。
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.