Text UtilitiesText CleanersFree Tool

Remove XML Entities

Decode common XML/HTML entities (&, <, >, ", ') and numeric character references back into their real characters.

How to Use Remove XML Entities
  1. 1Paste text containing XML/HTML entities
  2. 2Click Convert
  3. 3Copy the decoded result
Frequently Asked Questions

Despite the tool's name, it decodes/converts entities into the characters they represent — &amp; becomes &, &lt; becomes <, and so on — rather than deleting them outright.

The 5 standard XML entities (&amp;, &lt;, &gt;, &quot;, &apos;), plus numeric character references in both decimal (&#123;) and hexadecimal (&#x1F;) form.

No — only the 5 XML entities plus numeric references are decoded; other named HTML entities (like &nbsp;, &copy;, &eacute;) are left as literal text unchanged.

No — decoding happens entirely in your browser.

Related Tools

Related Articles

More from Text Utilities