Base64 Decoder
Decode Base64 strings back to plain text instantly online. Free Base64 decoder with full UTF-8 support. No signup required.
Related Tools
Base64 Encode
Encode any text to Base64 instantly. Full UTF-8 support, runs entirely in your browser.
URL Encode
URL-encode any text instantly with percent-encoding. Supports Unicode and all special characters.
URL Decode
Decode URL-encoded percent sequences back to plain text instantly. Supports all encoded characters.
Advertisement
How to Use the Base64 Decoder
- Paste your Base64-encoded string in the left panel.
- The decoded text appears instantly in the right panel.
- Click "Copy Output" to copy the decoded result.
- Use "Load Example" to see a sample decoding.
- Whitespace in the input is automatically stripped.
Common Use Cases
- Decoding JWT token payloads and headers.
- Reading Base64-encoded email attachments.
- Inspecting data URIs embedded in HTML or CSS.
- Debugging API responses that use Base64 encoding.