What this tool does
Toggle encode or decode and transform text using the DOM—handles named entities like & and common special characters. Useful for escaping snippets and templates.
Example input/output
Illustrative sample — your real inputs may look different.
Example input
<a href="#">Tom & Jerry</a>
Example output
Encode → <a href="#">Tom & Jerry</a>