Skip to content

인코더 및 암호

ASCII / 유니코드 변환기

Inspect every code point of any string.

Runs in your browser
GlyphDecimalHexOctalBinaryHTMLJSRange
H72U+004811001001000H\u0048ASCII
e101U+006514501100101e\u0065ASCII
l108U+006C15401101100l\u006CASCII
l108U+006C15401101100l\u006CASCII
o111U+006F15701101111o\u006FASCII
!33U+00214100100001!\u0021ASCII
32U+00204000100000 \u0020space
👋128075U+1F44B37211311111010001001011👋\u{1F44B}Supplementary
32U+00204000100000 \u0020space
12371U+30533012311000001010011こ\u3053BMP
12435U+30933022311000010010011ん\u3093BMP
12395U+306B3015311000001101011に\u306BBMP
12385U+30613014111000001100001ち\u3061BMP
12399U+306F3015711000001101111は\u306FBMP

Every glyph is one code point — emoji and CJK characters above U+FFFF take a 4-byte hex.

편집자 노트

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.

사람들이 다음도 검색합니다.

관련 도구

More in this room.

모두 보기 인코더 및 암호