← Back to all tools
Goodfolk Developer Utilities
HTML Entity Encoder / Decoder
Encode HTML special characters into entities or decode entities back into readable text.
Encode characters like <, >, &, quotes, and apostrophes before placing text inside HTML.
Entity results
Input characters62
Encoded characters98
Decoded characters62
Encoded HTML entities
<button class="btn" aria-label="Save & continue">Save</button>
Decoded text
<button class="btn" aria-label="Save & continue">Save</button>
Related tools