Calcsite / Misc / Base64 Encode / Decode
Misc

Base64 Encode / Decode

Encode text to Base64 or decode Base64 back to text.

Base64 encoded

How this calculator works

Base64 turns arbitrary bytes into printable ASCII text — commonly used for embedding binary data (like images) in text formats such as JSON or HTML. It's an encoding, not encryption; anyone can decode it.

Formula

standard Base64 encoding of UTF-8 bytes