Escape / Unescape Tools

Convert unsafe or escaped text between readable and transport-safe forms. Use these tools for JSON string escaping, URL percent encoding, HTML entities, and YAML URL payloads directly in your browser.

When to Escape Text

Escape data when it needs to travel through a context that treats characters like quotes, angle brackets, ampersands, slashes or spaces specially.

Common Workflows

Prepare JSON strings for source code, encode query parameters, display HTML markup safely, or decode copied payloads from API logs.

Private by Design

These tools run in the browser. Your pasted text is processed locally by the page and does not need a server round trip.