Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
Encodes all applicable characters to their corresponding HTMLEntities and vice-versa.
It also keeps track of your recent conversions so that you don't have to convert the same code again and again.
Some characters are reserved in HTML. It is not possible to use "less than(<)" or "greater than(>)" signs in your text, because the browser will mix them with tags. To actually display reserved characters, we must use character entities in the HTML source code. For example, to display a "less than(<)" sign we must write: < or <