XML Escape / Unescape
Escape the five XML special characters to entities, or decode entities back to text.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Pick the direction
Escape plain text, or Unescape entity-encoded text.
- 2
Paste the content
Element text or attribute values both work.
- 3
Copy the result
Safe to place inside any XML element or attribute.
Frequently Asked Questions
- Five: & becomes &, < becomes <, > becomes >, " becomes ", and ' becomes '. This tool converts all of them in one pass.
Related Tools
CSS FormatterMinify or beautify CSS stylesheetsJS FormatterMinify or beautify JavaScript codeHTML FormatterBeautify or minify HTML markupHTML EscapeEscape special HTML characters to entitiesHTML StripperRemove all HTML tags to extract plain textHTML EntitiesSearchable reference for all HTML entity codesSQL FormatterBeautify and format SQL queriesXML FormatterFormat, validate, and minify XML documents instantly