HTML Entity Encode / Decode
Escape or unescape HTML entities.
入力
出力
Convert special characters to HTML entities or back to plain characters.
使い方
- Choose Encode or Decode.
- Enter your text.
- Copy the output.
よくある質問
- Which characters?
- The core five: & < > " '.
- Why escape entities?
- To display code or prevent HTML injection.