인코더 및 암호
ASCII / 유니코드 변환기
Inspect every code point of any string.
편집자 노트
Understanding · A number, a glyph, an encoding.
이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.
자주 묻는 질문
Quick answers.
›What is the difference between ASCII and Unicode?
ASCII is a 7-bit character set representing 128 basic characters like English letters and numbers. Unicode is a universal standard that covers over 140,000 characters, including emojis and international scripts, mapped to specific code points.
›Can this tool detect hidden characters?
Yes. It will display code points for non-printable characters like null bytes, carriage returns, and zero-width spaces that are normally invisible in text editors.
›What output formats are supported?
The converter provides character data in decimal, hexadecimal, and binary formats. It also displays the official Unicode name where available for easier identification.
›Is my text data secure?
Yes. The conversion logic is handled entirely by your browser's JavaScript engine. No text input is sent to a server or stored in any logs.
사람들이 다음도 검색합니다.
관련 도구