Base64 To Text

Decode a Base64 string back into its original, readable text or binary data.

Home Base64 To Text
Our Base64 to Text decoder reverses the Base64 encoding process, converting the string back into its original text. Essential for decoding data from web sources, API responses, or encrypted messages. Decode Base64 to text instantly!

Mode

Whitespace Detected

Your input contains spaces, tabs, or newlines. Would you like to remove them automatically?

Supports both standard and URL-safe Base64. Examples: SGVsbG8gV29ybGQ= (standard) or SGVsbG8tV29ybGQ= (URL-safe)

Choose between standard Base64 (with +/) or URL-safe Base64 (with -_)

Tip: Try encoding text with special characters like "???" or "3.14159" to see the difference between standard (+/) and URL-safe (-_) encoding.

chars, bytes | lines (max: 10MB)

Tip: Press Ctrl+Enter (or Cmd+Enter on Mac) to quickly convert

Detected:
Result may be outdated - Input has changed since last conversion

Error

chars, bytes | lines
Successfully processed of lines ( errors)
Processing Error

Conversion History ()

  1. 1 Enter Base64 String: Paste the Base64-encoded string (e.g., `VG9vbGdhbWkgcm9ja3Mh`) into the input field.
  2. 2 Decode: Click "Decode to Text".
  3. 3 View Original Text: The output instantly reverses the encoding, showing the original plain text or data.

What happens if the Base64 string is invalid?

If the string contains characters outside the Base64 alphabet or has incorrect padding (`=`), the decoding process will likely fail or produce garbled output.

Can this decode an image's Base64 string?

Yes, if the Base64 string represents an image, the tool will decode it back to the original binary image data, which you may need to save as a file (e.g., JPG, PNG).

Where would I find a Base64 string to decode?

In API responses, data URI schemes in CSS/HTML, OAuth tokens, or email headers where binary data was transferred safely.

API Debugging

Example Keyword: decode base64 API response
Instantly decode an encoded data payload received from a web service or API call.

Data URI Inspection

Example Keyword: view image from Base64 string
Quickly decode and inspect the underlying content of a long Base64 data URI found in web source code.

Security Review

Example Keyword: decode encoded credentials
Reverse the encoding of a basic authentication header to reveal the transmitted username and password.

This website uses Cookies to ensure optimal user experience.