Skip to content

Codificatori e Crittografia

Codifica/Decodifica Entità HTML

Codificatore e decodificatore di entità HTML gratuito. Codifica &, <, > e riferimenti nominativi/numerici, o decodifica nuovamente in testo. Funziona nel tuo browser.

Runs in your browser
Input
Output

Nota dell'editore

Understanding · The four characters HTML can't ignore.

Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.

Domande frequenti

Quick answers.

Why do I need to escape HTML?

To prevent special characters from being interpreted as HTML tags. < becomes &lt; so the browser shows the character instead of opening a tag.

What characters need escaping?

At minimum: < > & " '. For maximum safety, escape every non-ASCII character to numeric entities like &#x1F600;.

Is my input uploaded?

No — runs entirely in your browser.

Does it handle named entities like &copy;?

Yes — both named (&copy;) and numeric (&#169; or &#xA9;) entities are decoded correctly.

Is the tool free?

Yes — fully free, no signup.

Le persone cercano anche

Use with

What people reach for next.

Strumenti correlati

More in this room.

Vedi tutto in Codificatori e Crittografia