# html entity conversion website

If you’ve ever inadvertently pasted a block of html into a <span class="caps">GUI</span> text editor and ended up with a set of html encoded greater than signs and other unreadable codes, this website helps you quickly convert back.

[http://htmlentities.net/](http://htmlentities.net/)

Here’s an example:

`&amp;lt;/strong&amp;gt; &amp;lt;/p&amp;gt;&amp;amp;#010;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;i&amp;gt;Participation: &amp;lt;/i&amp;gt;&amp;lt;/strong&amp;gt;You are expected to complete ...`

Decodes to:

`</strong> </p>&#010;<p><strong><i>Participation: </i></strong>You are expected to complete ...`