Encode text to Base64 and back: hello ↔ aGVsbG8=. Full Unicode (UTF-8) support.

The Base64 Encoder / Decoder converts text to Base64 and back, with full Unicode (UTF-8) support. Base64 is commonly used to embed data in URLs, JSON, data URIs and email.
Base64 is an encoding that represents binary or text data using 64 ASCII characters, so it can be transmitted safely in text-based formats like URLs, JSON and email.
Yes. This encoder is UTF-8 safe, so emoji and non-Latin scripts encode and decode correctly.