Encoder / Decoder HTML

Escape di caratteri speciali HTML o decodifica delle entità.

Inserisci un input sopra per vedere il risultato.

What is this for?

HTML reserves five characters with structural meaning — &, <, >, ", '. Putting any of those into a page as content requires escaping them as HTML entities so the browser doesn't interpret them as markup. This tool flips both directions: encode raw text into safe entities, or decode scraped HTML back to plain text.

When to use it

Common gotchas