HTML Entities Encode Decode
See how to use HTML Entities Encode Decode
From time to time webmasters want to encode their text so that certain specials characters are preserved regardless of a user's character set. This is done by replacing special characters with their HTML Entities. Unlike the HTML Encoder tool, this tool will change all special characters while preserving any HTML tags. HTML character encoding is easy with the HTML Entities Encoder and Decoder Tool.
Example –
HTML code before encoding:
& é $ à ç
HTML code after encoding:
& é $ à ç
(make sure the above example is encoded to display properly, otherwise it’s going to be reversed)