Have you ever tried to add html code to your blogger posts, and wanted it to be displayed as you posted it so that the blog readers can use it , copy paste,
Here is an example, if you typed the following code into your post.

<p><strong>GirlAZ.com</strong></p>
the browser will automatically interpret it to the following:
GirlAZ.com
This tool help you with only one click to encode the html symbols so when you paste the converted code to your post, the browser wont interpret it and it’ll be displayed to your readers exactly as you typed it.

It converts special characters in this way,
* '<' becomes '<' * '>' becomes '>'
* '"' (double quote) becomes '"'
* ''' (single quote) becomes '''
* '&' becomes '&'