nueralhook ← All tools
Free · runs in your browser

HTML Entity Encoder / Decoder

Escape special characters into HTML entities, or decode entities back into plain text.

Escape HTML safely

Characters like <, >, and & have special meaning in HTML, so to show them as text you encode them as entities (&lt;, &gt;, &amp;). Encode when you need to display code or user input; decode to read escaped markup. Everything stays in your browser.

More free tools