Conversores
HTML Escape / Unescape
Escape and unescape HTML entities.
Browser-onlyInstant outputLocal data
Por qué usar esta herramienta
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.
Cómo usarla
02Revisiones rápidas antes de copiar
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.
Preguntas frecuentes
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.
Herramientas relacionadas
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.