Base64 Encoder / Decoder

Encode or decode Base64 strings. Supports UTF-8 text.

About Base64 Encoding

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It is commonly used for encoding data in URLs, emails, and embedding images in HTML/CSS.