Herramienta browser-only
HTML escape y unescape
Convierte caracteres especiales a entidades HTML y viceversa para depuracion y contenido textual.
Herramienta browser-only
Convierte caracteres especiales a entidades HTML y viceversa para depuracion y contenido textual.
Advertencia: escapar ayuda en contextos concretos, pero no es una defensa XSS completa para HTML, atributos, URL, CSS o JavaScript.
HTML escaping and unescaping runs locally in your browser. Input is not uploaded.
It helps when text is inserted into the correct HTML text context, but complete XSS prevention depends on context-aware escaping and sanitization.
This tool escapes ampersand, less-than, greater-than, double quotes, single quotes, and backticks.
It can be dangerous if decoded content is inserted into a page as trusted HTML. Treat untrusted decoded output as text unless sanitized.
No. Framework escaping should remain the primary protection in applications. This page is for inspection, examples, and manual conversion.
Quotes matter when text is inserted into HTML attributes. Escaping them reduces accidental markup breakage.