XML String Escape

Escape special XML characters (&, <, >, ", ') to their entity equivalents for safe XML embedding.

How to Use the XML String Escape Tool

1

Paste text.

2

See XML-escaped version.

3

Copy.

Frequently Asked Questions

What characters are escaped?
& β†’ &amp; < β†’ &lt; > β†’ &gt; " β†’ &quot; ' β†’ &apos;

Related Tools