PrimeFreeTools

Unicode Inspector: Codepoints, UTF-8 Bytes, and That Weird Character

September 12, 2026

Some characters look like they went through a shredder, an invisible space, a zero-width joiner, a regional flag built from two codepoints. The only way to know what a string actually contains is to inspect every character.

Inspect each character’s codepoint, UTF-8 bytes, and plane and block, right in the browser. Use it on pasted user input, hidden trailing characters, and strings that refuse to match a regex despite looking identical.

Try it now: open the free tool, runs 100{ddff9936f8333f09603555df7bd6492034f3a4a35de784276d3cf3d66166a113} in your browser.

Bottom line: inspect before you store, invisible characters break data silently.

Your turn: use the tool free here, no signup, nothing leaves your device.

How do you use Unicode Character Inspector?

Open the Unicode Character Inspector in your browser (Codepoint, name, block). Type or paste your input, adjust the options, and copy the result. Everything runs locally on your device with no account and nothing stored, so the three steps below take seconds even for confidential work.

  1. Paste the text you want to work with.
  2. Choose the transformation you need.
  3. Copy the result, or tweak the input to see it update live.

Try Unicode Character Inspector free. It opens right in your browser.

Questions & answers

Is Unicode Character Inspector free to use?

Yes. It is part of the free PrimeFreeTools collection. No account, no sign-up, no hidden limits.

Does Unicode Character Inspector upload my data?

No. The tool runs entirely in your browser. The code ships as static files and anything you type never leaves your device.

What does Unicode Character Inspector give me as output?

Inspect every character for codepoint, UTF-8 bytes, and plane/block. The result appears instantly below the input with a copy button, and nothing is saved on a server.