HTML Unicode Entity Converter
HTML Unicode Entity Converter tool converts Unicode characters to HTML entities. It is useful, when you create a webpage with a non-unicode encoding, but still need some special symbols, also when you get some entities and want to know what are they saying.
Paste your HTML Code into first textarea, then click on "Characters to Dec Codes" button and you will get corresponding HTML entities ready to put inside HTML document. Each entity starts with '&' (ampersand) and finishes with ';' (semicolon).
Printable ASCII characters, all spaces, punctuation, newline, horizontal tabulation, accented characters, and any other characters are replaced with nn; (nn;) in HTML Unicode format encoding.

