텍스트 및 문서 도구

텍스트 to Unicode

「텍스트 to Unicode」는 텍스트 및 문서 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

Text mode accepts up to 100,000 UTF-16 characters. Decode mode accepts U+ values separated by spaces, commas, or semicolons.

사용 방법

사용 방법

  1. Choose Text to code points or Code points to text and enter up to 100,000 characters.
  2. Select uppercase or lowercase hexadecimal output, then convert the input locally.
  3. Review the exact sequence, copy it, or download a text file.

Code points are different from UTF-16 units

Encoding iterates Unicode code points and emits U+ followed by at least four hexadecimal digits. Supplementary characters such as emoji stay together as one code point. Combining marks and joined emoji remain separate code points because this page does not guess at displayed grapheme clusters.

Strict, readable decoding

Decoding accepts U+XXXX through U+10FFFF tokens separated by whitespace, commas, or semicolons. Values in the surrogate range, noncharacters, and values above U+10FFFF are rejected instead of creating invalid text. Conversion, copying, and downloads happen locally in your browser.

자주 묻는 질문

더 알아보기

Why is an emoji one code point here?

Unicode code point mode reads the scalar value represented by the emoji, such as U+1F44B. This differs from JavaScript UTF-16 escape mode, where the same character uses two surrogate units.

Can I use lowercase hex digits?

Yes. Choose lowercase output to produce values such as U+1f44b; the U+ prefix remains uppercase for easy recognition.

What separators can decoding use?

Use spaces, commas, or semicolons between U+ values. Every token must be a complete hexadecimal code point, and malformed or out-of-range values are reported.