Unicode Characters Escape & Unescape

Prefix
Encode All Chars
Padding
Uppercase Hex

Converts characters to their unicode-escaped notations.

Supports the prefixes:

  • \u

  • %u

  • U+

e.g. σου becomes \u03C3\u03BF\u03C5


Converts unicode-escaped character notation back into raw characters.

Supports the prefixes:

  • \u

  • %u

  • U+

e.g. \u03c3\u03bf\u03c5 becomes σου

Base16 Encoder & Decoder that alow you to convert data between Base16 and text. Base16 uses sixteen distinct symbols, most often the symbols

Base16 Encode & Decode

Base16 Encoder & Decoder that alow you to convert data between Base16 and text. Base16 uses sixteen distinct symbols, most often the symbols "0"–"9" to represent values 0 to 9, and "A"–"F" (or alternatively "a"–"f") to represent values from 10 to 15.
Base32 Encoder & Decoder Online

Base32 Encode & Decode

Base32 Encoder & Decoder Online