Description
The Application can convert characters, that have special representation as HTML entities, to that entities and vice versa. For example: & to & or < to <
The Application can convert all characters in text to their HTML numeric representation. For example: 🪵 to 🪵
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.