Latest Update

Loading updates...

HTML Encoder

About HTML Encoding

HTML encoding converts special characters to their HTML entity representations, making them safe for use in HTML documents.

Common HTML Entities
CharacterEntityDescription
&&Ampersand
<&lt;Less than
>&gt;Greater than
"&quot;Double quote
'&#039;Single quote