Friday, August 28, 2026
ToolsDeveloperBase64 Decoder

Base64 Decoder

Decode Base64 strings (including URL-safe variants) back to readable text, or download the decoded result as a binary file.

Loading tool…

Frequently Asked Questions

Why do I see garbled characters?

The decoded bytes may not be valid UTF-8. Switch the output to binary and download the file instead.

Can it decode URL-safe Base64?

Yes, both standard and URL-safe alphabets are accepted automatically.