Codifica entità HTML

Incolla HTML o testo qui sotto e clicca Codifica per eseguire l’escape dei caratteri speciali come entità HTML. Tutta l’elaborazione avviene localmente nel tuo browser.

Copiato!

What is HTML Entity Encoding?

HTML entity encoding converts special characters into their HTML entity equivalents to prevent them from being interpreted as HTML markup. For example:

  • <&lt;
  • >&gt;
  • &&amp;
  • "&quot;
  • '&#39;

This prevents XSS attacks and ensures text displays correctly in HTML documents.