XML Escape (free,online,tool,HTML,html,xml,XML,escape,unescape,entities,special characters)

Last update: Oct 20 2019 07:04:50

Explaining the tool

Paste the string in the text field above to that you would like to encode or decode. This will convert reserved xml characters into their equivalent HTML entities.

Tool's Wiki

What is xml escaping ?

In XML there are special characters that are reserved for use in an html document. To be able to have these characters display in your webpage rather than processed by the browser, you have to encode them into their entity equivalents. For example the character > would become >. There are 252 character references and 1,114,050 numeric references.

When do you use HTML Entities?

Character entities are used to display reserved characters in XML such as "<" , ">" , "&" ....