HTML Escape and HTML UnEscape
About HTML Escape and HTML UnEscape Tool
-
HTML Escape and Unescape is a free online developer tool to escape special characters in HTML strings to their HTML entities or unescape HTML entities to their original characters.
-
You can either browse a file locally from your device, fetch it from the URL, or enter it manually.
-
This tool is split into two modes are HTML Escape and HTML Unescape.
-
You can either copy the result to your clipboard using the copy button or download it as a file to your device using the download button.
Escape HTML
Escapes the HTML special characters by converting them to their corresponding escaped characters as listed below.
- & is converted to &
- < is converted to <
- > is converted to >
- " is converted to "
- ' is converted to '
UnEscape HTML
Unescapes the HTML special characters by converting them back to their original ones are listed below.
- & is converted to &
- < is converted to <
- > is converted to >
- " is converted to "
- ' is converted to '
Online HTML Escape UnEscape Example:
Below is an example of the HTML Escape result.
HTML Input:
Escaped HTML Output:
©Copyright: Dev Chandel™