Ctrl + K
HomeXML ToolsXML Escape / Unescape
Free Developer Tool

XML Escape / Unescape

Convert XML special characters to entities and back.

What is XML Escape / Unescape?

Escape XML special characters into entities or restore escaped entities back to plain text.

How to use

  1. Paste text or XML.
  2. Choose Escape or Unescape.
  3. Review the output.
  4. Copy the result.

Features

  • Escape XML
  • Unescape XML
  • Entity conversion
  • Browser processing

Common Use Cases

  • XML generation
  • Template creation
  • Data encoding
  • Debugging

Example

Input
<message>Hello & Welcome</message>
Output
&lt;message&gt;Hello &amp; Welcome&lt;/message&gt;

FAQ

Are standard XML entities supported?

Yes.

Can escaped text be restored?

Yes.

Is processing local?

Yes.