HTML has Special characters for handling symbols used HTML code like for example, < is < and > is >.
So if you need to use them on your web site or blog then they need to be fixed by 'escaping'(convert/Encode) those characters or your pages may be displayed differently than intended.
The following tool can help with the 'escaping'(convert/Encode) of any given text to its HTML special chars equivalent.
The tool produces HTML code which you can easily copy and paste to your own web pages.
Type or paste in the HTML you want to Encode or Decode below.