Description

The Application can convert characters, that have special representation as HTML entities, to that entities and vice versa. For example: & to &amp; or < to &lt;

The Application can convert all characters in text to their HTML numeric representation. For example: 🪵 to &#129717;

The Application can convert characters to byte array and vice versa. For example: 🪵 to 240 159 170 181.

All strings in Application is in Utf-8 encoding.