Encode and decode HTML instantly. Convert special characters into HTML entities or decode them easily.
<div>Hello</div>
Decoded:
<div>Hello</div>
HTML encoding converts special characters into HTML entities. This is useful for displaying code safely without rendering it as HTML.
You can also preview HTML using our Base64 Encoder or encode URLs with the URL Encoder.