String Escape / Unescape
Escape and unescape strings for HTML, JavaScript, CSS, URL, JSON, and RegEx contexts.
43 chars
Hello "World"
<script>alert('XSS')</script>
75 chars (saved +32)
✅ Roundtrip verified: unescape(escape(input)) = input