HTML Entity Encoder
Escape special characters into HTML entities.
Processed locally in your browser. Nothing is sent anywhere.
Overview
Escapes HTML-significant characters (&, <, >, ", ') into their named HTML entities — useful for safely displaying user-provided text as literal characters inside HTML.
How to use it
- 1Paste text.
- 2The encoded output updates instantly.