Back to Dev Utilities

HTML Entity Encoder/Decoder

Free

Convert characters to HTML entities and vice versa

Input
Output

About HTML Entities

HTML entities are used to display reserved characters in HTML. For example, the less-than symbol (<) is used as the start of a tag, so it must be replaced by the entity &lt; if you want to display it on a page.