HTML Entity Encode / Decode
Escape or unescape HTML entities.
Input
Output
Convert special characters to HTML entities or back to plain characters.
How to use
- Choose Encode or Decode.
- Enter your text.
- Copy the output.
Frequently asked questions
- Which characters?
- The core five: & < > " '.
- Why escape entities?
- To display code or prevent HTML injection.