HTML Entity Encoder
Convert characters like <, >, &, and " to their HTML entity equivalents (and back). Essential for safe HTML embedding.
Reference: Common HTML Entities
& → &
< → <
> → >
" → "
' → '
` → `
How to use HTML Entity Encoder
Encode and decode HTML special characters.
1
Select Encode or Decode mode.
2
Paste your HTML or encoded text into the input.
3
The tool converts characters like <, >, & to their entity equivalents (or back). Copy the result.