Codificador / Decodificador de entidades HTML
Codifica y decodifica entidades HTML.
Paste text to escape characters like &, <, > and quotes into HTML entities, or decode entities back into readable text. Everything runs locally in your browser.
Tu entrada se procesa localmente en tu navegador — nada se sube, almacena ni registra.
¿Te ahorró tiempo?Invítame un café
Cómo funciona
- 1 Choose Encode or Decode.
- 2 Paste your text.
- 3 Copy the result.
Casos de uso comunes
- Safely show code or HTML on a page.
- Decode entities from scraped text.
- Escape user content for templates.
- Read encoded snippets.
Preguntas frecuentes
Is my input sent to a server?
No. Everything runs locally in your browser — your input is never uploaded, stored or logged.
Is decoding safe?
Yes. Decoding reads the text content only — embedded markup is never executed.
Is it really free?
Yes — free, with no signup and no limits.