Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text. Supports Unicode characters.

About Base64

Base64 is a binary-to-text encoding scheme that represents binary data as ASCII text. It's commonly used for encoding data in URLs, email attachments, and embedding images in HTML/CSS. This tool handles Unicode text properly using UTF-8 encoding before Base64 conversion.