Free, browser-based utilities for everyday developer workflows

Unicode & Invisible Character Inspector

Utilities

Find hidden, risky, and look-alike characters in pasted text — then clean them to safe ASCII, all in your browser.

  • Detect invisible / zero-width, bidi, smart-quote, and mixed-script characters.
  • One-click Clean with per-fix toggles, then copy the safe output.
  • Inspect every code point and compare Unicode normalization forms.
Runs locally

Paste text to inspect

Findings

Paste text above to see findings.

Annotated view

Clean to safe text

Per-character breakdown
Unicode normalization (NFC / NFD / NFKC / NFKD)

Next steps

Clean your text here, then continue encoding, line-cleaning, or formatting it in the next tool.

How to use the Unicode & Invisible Character Inspector

Paste any text — JSON, YAML, CSV, source code, a URL, or a token — and instantly see hidden or risky characters that are invisible on screen but can break parsers, comparisons, and copy-pasted code. The tool flags invisible and zero-width characters, bidirectional controls, typographic look-alikes like smart quotes and em dashes, and words that mix scripts (a common homoglyph trick). One click cleans the text to safe ASCII. Everything runs locally in your browser; nothing is uploaded.

What it does

When to use it

How to use it

  1. Paste your text into the input box.
  2. Review the Findings badges and the annotated view.
  3. Choose which fixes to apply, click Clean, then copy the safe output.

Tips & pitfalls

FAQ

Related guides