Escape and unescape HTML characters.
—
Add to favorites for quick access from the home page
Tools often used together with this one
Encode and decode URL-encoded strings. Percent-encoding.
Encode and decode Base64 strings. Supports Unicode.
Convert CSV data to JSON format. Paste CSV, get structured JSON.
Compare two JSON objects and highlight differences.
Input (Escape): <div>Hello</div> Output: <div>Hello</div>