— Base64 Decode Text

Base64 Decoder - Convert Base64 to Text

Quick Tips

  • This tool runs entirely in your browser - your data stays private.
  • Press Ctrl+V (Cmd+V on Mac) to quickly paste text.
  • Use the Copy button to save your result to clipboard.
  • Bookmark this page for quick access!

Decode Base64 strings back to readable text instantly.

Examples

Input
SGVsbG8sIFdvcmxkIQ==
Output
Hello, World!
Input
YWRtaW46c2VjcmV0MTIz
Output
admin:secret123
Input
eyJuYW1lIjoiSm9obiIsImFnZSI6MzB9
Output
{"name":"John","age":30}
Input
SGVsbG8
Output
Hello

Frequently Asked Questions

Base64 strings contain only A-Z, a-z, 0-9, plus (+), and slash (/) characters, often ending with = padding. The length is always a multiple of 4. If it matches this pattern, it might be Base64.

If the original data was binary (an image, compressed file, or encrypted data), decoding it as text will show unreadable characters. The decoder works correctly, but the data was never meant to be readable text.

Yes, you can decode the header and payload sections of JWT tokens (the first two parts separated by dots). The third part (signature) is binary and will not produce readable text.

URL-safe Base64 uses minus (-) and underscore (_) instead of plus (+) and slash (/) to avoid URL encoding issues. Some decoders handle both variants automatically.

Yes, all decoding happens in your browser - nothing is sent to any server. However, remember that Base64 is not encryption; anyone with the encoded string can decode it.

Common causes include invalid characters (spaces, line breaks), incorrect length (not a multiple of 4), or corrupted strings. Try removing any whitespace or checking for missing characters.

Cookie Preferences

We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.

Cookie Preferences

Manage your cookie settings

Essential Cookies
Always Active

These cookies are necessary for the website to function and cannot be switched off. They are usually set in response to actions made by you such as setting your privacy preferences or logging in.

Functional Cookies

These cookies enable enhanced functionality and personalization, such as remembering your preferences, theme settings, and form data.

Analytics Cookies

These cookies allow us to count visits and traffic sources so we can measure and improve site performance. All data is aggregated and anonymous.

Google Analytics _ga, _gid

Learn more about our Cookie Policy