Useful Hacks

Base64 Decoder

Decode Base64 strings back to text.

Processed locally in your browser. Nothing you enter is uploaded or stored.

Overview

Decodes a Base64 string back into readable text.

How to use it

  1. 1Paste a Base64 string.
  2. 2The decoded text appears instantly.
  3. 3Invalid Base64 input is flagged with a clear error.

Examples

Base64 to text

Input

SGVsbG8sIHdvcmxkIQ==

Output

Hello, world!

Related tools

All developer tools

Search tools

Search for any tool by name, category or keyword