HTML Encoder / Decoder
Form of HTML Encoding/Decoding
Enter html or text here to encode/decode:
About online HTML encoder/decoder
What are HTML Entities?
The HTML character encoder converts all applicable characters to their corresponding HTML entities. Certain characters have special significance in HTML and should be converted to their correct HTML entities to preserve their meanings. For example, it is not possible to use the <
character as it is used in the HTML syntax to create and close tags. It must be converted to its corresponding & lt;
HTML entity to be displayed in the content of an HTML page. HTML entity names are case sensitive.
The following characters are reserved in HTML and must be replaced with their corresponding HTML entities:
- " is replaced with "
- & is replaced with &
- < is replaced with <
- > is replaced with >
About HTML encoder/decoder
The HTML Encoder Online / HTML Decoder Online tool was created to help with convert encode/decode html text.
How it Works?
Just paste your HTML or text to the form above and click to the button "Encode" or "Decode" and you will get your escaped/unescaped HTML.
Example of HTML encoding/decoding
Decoded:<html> <head> <title>Your Title Here</title> </head> <body bgcolor="FFFFFF"> <center><img src="wtools.jpg" align="bottom"> </center> <hr> <a href="http://wtools.io">Best Online Web Tools</a>is a link to another nifty site <h1>This is a Header</h1> <h2>This is a Medium Header</h2> Send me mail at <a href="mailto:support@example.com">support@example.com</a>. <p> This is a new paragraph!</p> <p> <b>This is a new paragraph!</b></p> <br> <b><i>This is a new sentence without a paragraph break, in bold italics.</i></b> <hr> </body> </html>Encoded:
<html> <head> <title>Your Title Here</title> </head> <body bgcolor="FFFFFF"> <center><img src="wtools.jpg" align="bottom"> </center> <hr> <a href="http://wtools.io">Best Online Web Tools</a>is a link to another nifty site <h1>This is a Header</h1> <h2>This is a Medium Header</h2> Send me mail at <a href="mailto:support@example.com">support@example.com</a>. <p> This is a new paragraph!</p> <p> <b>This is a new paragraph!</b></p> <br> <b><i>This is a new sentence without a paragraph break, in bold italics.</i></b> <hr> </body> </html>
Did you like this tool? You can donate to us. This will help us improve our free web tools.
Paypal