Encode and decode HTML instantly. Convert special characters into HTML entities or decode them easily.
<div>Hello</div>
Encoded:
<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 HTML Preview Editor or clean code with the HTML Minifier.