HTML Encoder/Decoder
Convert HTML special characters to their corresponding HTML entities and vice versa.
Input Code
<div class="example">Hello & Welcome!</div>
Encoded/Decoded Output
Encode HTML
Decode HTML
Clear All