Home / Base64 Encoder / Decoder

Base64 Encoder & Decoder

Encode text to Base64 or decode Base64 back to text. UTF-8 safe.

💜 This tool is free and always will be. Help keep it that way.

☕ Buy Me a Coffee

Sponsor — keeps this tool free

Frequently Asked Questions

What is Base64 encoding used for?

Base64 encodes binary data into ASCII text — commonly used in data URLs, API payloads, email attachments and storing binary in JSON.

Does it handle UTF-8 characters?

Yes. The encoder safely handles UTF-8 and special characters, including emoji.

Can I decode Base64 strings?

Yes, paste a Base64 string and decode it back to plain text instantly.