HTML Decode
An HTML encoded input is converted to its equivalent HTML representation with the HTML tags restored. e.g. '<' to '<'.
The
HTMLEncode method applies HTML encoding to a specified string. This is useful as a quick method of encoding form data and other client request data before using it in your Web application. Encoding data converts potentially unsafe characters to their HTML-encoded equivalent.
You can our try the
HTML Encode page
Type below the Encoded HTML and then press the button to start decode
.