Convert Unicode to Code Points

Need to turn Unicode code points like 0041, 03A9, or 1F600 into actual characters? The Convert Code Points to Unicode tool makes it fast and effortless. Paste in a list of hexadecimal values, choose your separator, and instantly see the corresponding Unicode text. It’s perfect for decoding encoded data, inspecting logs, or working with multilingual datasets all right in your browser with live preview and file import support.

Paste your input above or import a file below.
No file chosen
Supported file types: .txt, .csv, .tsv, .log, .json, .xml, .md, .ini, .yaml, .yml, .html, .htm, .css
Total code points: 0
Options
Show as Hex
Use 'U+' Prefix
One per Line

How to Use:

  1. Paste or type your Unicode text in the input box.
  2. Use the Options section to:
    • Toggle between hex and decimal output.
    • Add a U+ prefix.
    • Choose if you want results on separate lines.
  3. Output updates live in the right-hand box.
  4. Use the Copy Output or Export to File buttons to save your result.
  5. You can also import a file using the “Choose File” button (supports plain text formats only).

What Convert Unicode to Code Points Tool can do:

This tool turns any character into its Unicode code point. You can view results in hexadecimal or decimal, add optional prefixes like U+, and control spacing between entries. Whether you’re debugging encoding, analyzing multilingual content, or exploring emoji data this helps break it down character by character.

Example:

Input:

Hi 👋

Output:

U+0048 U+0069 U+0020 U+1F44B

Common Use Cases:

This is great for developers verifying encoding, linguists studying script systems, educators illustrating character structure, or anyone needing the raw Unicode code point values behind text.

Useful Tools & Suggestions:

If you’re breaking characters down into code points, Convert Unicode to Decimal gives you a clean numeric view to compare. And if you want to reverse the process later, Convert Code Points to Unicode brings everything back together.