Developer Tools

Escape Visualizer for Hidden Characters

Visualize invisible characters locally in your browser, including tabs, newlines, BOM, and zero-width characters. Useful when paste or copy artifacts break parsing.

EscapeVisualizer

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Find paste-induced invisible whitespace
  • Detect zero-width characters or BOM
  • Compare escape sequences in logs

How to use

  1. Paste the text to inspect
  2. Review marked invisible characters
  3. Locate issues, then clean the source text

Example input and output

Text

Hello\tWorld

Visualized

Hello[TAB]World

FAQ

Which invisible characters are detected?

Common ones such as Tab, newlines, BOM, zero-width spaces/joiners, and NBSP. Unlisted private controls may appear only as a generic escape form.

Does it delete them automatically?

No. It focuses on visualization. Use cleanup tools afterward when you need to remove characters.

Tools

Related tools

Continue with another translated tool for a nearby task.

Trim Whitespace

Trim Leading and Trailing Whitespace Online

Available

Trim leading and trailing whitespace from whole text or each line, with modes for both ends, leading only, or trailing only. Useful for pasted tables and cleaned lists.

Text Trim Cleanup

Line Ending Converter

Line Ending Converter for LF, CRLF, and CR

Available

Convert text line endings among LF, CRLF, and CR locally in your browser, and summarize the current mix. Useful for Git, scripts, and cross-platform files.

Line endings Converter

Tab ↔ Space Converter

Tab and Space Indent Converter

Available

Convert leading indentation between tabs and spaces locally in your browser, with a configurable space width. Useful when aligning team style or migrating IDE defaults.

Indentation Code format