Skip to main content

Base64 Decoder

Paste a Base64 string to decode it back to plain text. Supports Unicode characters. Invalid Base64 is flagged with a clear error message.

FreeUnicodeReal-time
Decode Base64 strings back to plain text. Supports Unicode — all decoding happens in your browser.

Base64 Input

Decoded Text

Decoded text will appear here…

What can be decoded from Base64?

  • Encoded text strings from API responses or JWT tokens.
  • HTTP Basic Auth headers (decode to reveal username:password).
  • Email attachment content (MIME base64 blocks).
  • Data URLs from HTML/CSS (after the comma in data:image/png;base64,...)