Back to Dev Utilities
HTML Entity Encoder/Decoder
FreeConvert 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 < if you want to display it on a page.