Skip to content
ToolsOnDuty - free online tools
Converters

Unicode Code Point Converter

Convert text to Unicode code points and back.

Free foreverRuns in your browserNo sign-up
Code points

About the Unicode Code Point Converter

Convert text into Unicode code points like U+0041, or turn code points back into text.

Handy for debugging encoding issues, inspecting emoji, and learning how characters are represented.

Reading code points accepts U+XXXX, 0xXXXX, backslash-u and HTML entity forms.

Key features

  • Text to code points and back
  • Handles emoji and astral characters
  • Accepts U+, 0x, \u and HTML entity forms
  • Copy the result instantly

How to use

  1. 1Choose the direction you want to convert.
  2. 2Paste your text or code points.
  3. 3Copy the converted result.

Examples

Text to code points
Input: AB
Output: U+0041 U+0042

Each character is shown as its Unicode code point.

Code points to text
Input: U+0048 U+0069
Output: Hi

Each code point is turned back into its character.

Frequently asked questions

Does it handle emoji?
Yes. Characters above the basic range, including emoji, are converted using their full code point.
What input forms are accepted for code points?
U+1F600, 1F600, 0x1F600, a backslash-u escape, and HTML entities like 😀 or 😀 all work.
Is my data uploaded?
No. The conversion runs entirely in your browser.