Convertisseurs
HTML Escape / Unescape
Escape and unescape HTML entities.
Browser-onlyInstant outputLocal data
Pourquoi utiliser cet outil
03Convert text to safe HTML entities and decode entities back to text.
HTML Escape / Unescape helps prepare content for markup contexts.
Convert in both directions instantly.
Comment l'utiliser
02Vérifications rapides avant de copier
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
FAQ
03
Does it run locally?
Yes. Conversion is done in the browser.
Which HTML entities are covered?
The standard set: & (ampersand), < (less-than), > (greater-than), " (double quote), and ' (apostrophe).
Is this safe for preventing XSS?
Yes. Escaping user input with this tool prevents HTML injection in content rendered inside a browser.
Outils liés
03URL Encoder / Decoder→
Encode and decode URL-safe text values.
JSON Formatter→
Format, minify, and validate JSON in one place.
Unicode Escape / Unescape→
Convert text to Unicode escapes and back.