Decode Base64

Base64 shows up in email attachments, data URIs, API tokens and debug dumps. Decoding it restores the original bytes or text instantly.

  1. Paste the Base64 string (whitespace is tolerated).
  2. Choose the alphabet if the source uses URL-safe characters.
  3. Inspect the decoded output, or download it when it is binary.

실행

예제

입력

SGVsbG8sIFdvcmxkIQ==

출력

Hello, World!

The output above was produced by actually running this tool.

FAQ

Is my data uploaded for "Decode Base64"?

No. The tool runs entirely in your browser — nothing is sent to any server.

Is it free?

Yes — unlimited, no sign-up, no installation.

Which tool does this use?

The Base64 Decoder on 26173, linked at the bottom of this page.

도구