Original text
0 characters
Not saved
Prepare text for safe HTML display or decode entity references back to readable text.
0 characters
0 characters
Safely display reserved characters in HTML source, code samples, CMS fields, and more.
Encoding always converts &, <, and >. Quotes and non-ASCII characters are optional.
Recognized entities are decoded, while unrecognized text remains unchanged.
No. Conversion and storage take place only in your browser.
Encoding replaces characters that have special meaning in HTML with character references. Decoding does not execute the result as HTML. When inserting untrusted content into a page, also use the escaping method provided by your framework or template system.
Share if this helped