HTML Escape / Unescape
Escape special HTML characters (<, >, &, ", ') to HTML entities and convert entities back to text.
How to use?
Cole o texto no campo da esquerda. Use Escape → para converter <, >, &, " e ' em entidades HTML. Use ← Unescape para converter entidades de volta para caracteres.
Related Tools
XML Escape / Unescape
Escape special XML characters (<, >, &, ", ') to entities and convert XML entities back to text.
JSON Escape / Unescape
Escape strings for use in JSON by adding backslashes and convert JSON strings back to the original text.
JavaScript Escape / Unescape
Escape JavaScript strings by adding backslashes before special characters and convert back to the original.
HTML Tag Remover
Remove all HTML tags from text, leaving only the pure content without markup. Useful for extracting text from HTML.
JWT Decoder
Decode and inspect JWT (JSON Web Tokens). View the header, payload and verify expiration. Processed 100% in the browser — the token never leaves your device.
Shell Argument Escaper
Quote a string safely for bash/sh, wrapping in single quotes and handling embedded quotes.