Skip to content
BEAD

HTML Entity Encoder / Decoder

Encode HTML special characters or decode named and numeric entities back to text.

Output

🔒 Runs entirely in your browser.

About this tool

Encoding escapes the five characters that can break HTML (&, <, >,", '). Decoding handles named entities (&copy;) and numeric ones (&#169;, &#xA9;) using the browser's native HTML parser.

You might also like