ASCII → Text 변환
ASCII 값을 Text로 변환합니다. 레지스터 덤프, 비트마스크, 패킷 분석, 프로토콜 디버깅에 적합하며 처리는 브라우저 안에서 끝납니다.
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.