HTML Escape
Escape and unescape HTML entities in the browser. Turn <, >, &, and quotes into entities for safe snippets, or decode & back to characters. Nothing is uploaded. Useful for templates and email HTML.
Runs in your browser. Nothing is uploaded.
0 characters · 0 lines
0 characters · 0 lines
About this tool
Escape <, >, &, and quotes into HTML entities, or decode entities back to characters. Named entities such as and numeric forms are handled on decode. Useful when you need a snippet that will not break a template.
How to use: paste markup or prose, pick Escape or Unescape, copy. Escape is for putting text inside HTML; unescape is for reading encoded CMS export. This is not a sanitizer. Scripts in the input are only entity-encoded, not executed.
Example: Tom & Jerry becomes Tom & Jerry. A tag <div> becomes <div>. Pair with Strip HTML if you wanted tags removed rather than encoded.
Encoding is a local string replace. Email HTML and unpublished copy stay on the device. After load, escaping works offline.
Related Web tools
JSON Formatter
Pretty-print, minify, and validate JSON in your browser. Paste a payload, fix indentation, and spot syntax errors without sending data to a server. Works for APIs, config files, and nested objects. Output stays on your device.
JavaScript Formatter
Beautify or compact JavaScript in the browser. Re-indent minified snippets from DevTools, or collapse whitespace for a rough size check. Formatting stays on-device so proprietary scripts are never posted to a beautifier.
SQL Formatter
Beautify SQL in the browser with dialect-aware formatting for PostgreSQL, MySQL, SQLite, and T-SQL. Paste a query, pick indent, and copy readable SQL without sending statements to a formatter service.
HTML Formatter
Beautify or minify HTML markup locally. Re-indent nested tags, collapse whitespace for production snippets, and copy formatted markup without posting templates to a formatter service. Handy for emails, partials, and messy copy-paste from DevTools.
CSS Formatter
Format and minify CSS in the browser. Expand rules for readability or compress stylesheets for a quick size check. Paste a snippet, tidy selectors and declarations, and copy the result. Proprietary styles are not uploaded.
XML Formatter
Pretty-print or minify XML documents in your browser. Indent nested elements from SOAP, RSS, and config files, or collapse whitespace for a compact blob. Parsing and formatting never leave the tab.