How to use Base64 Decode

  1. Paste the Base64 string in the input area.
  2. Click "Convert" to decode to plain text.
  3. Copy or download the decoded result.

Example

Input

SGVsbG8sIFdvcmxkIQ==

Output

Hello, World!

Frequently asked questions

What if decoding fails?
Invalid Base64 (wrong characters or length) will show an error. Ensure the input is a valid Base64 string.