- Home
- Encoding
- Base64 Decoder
Base64 Decoder
Decode Base64 back to readable text.
The Base64 Decoder converts Base64 text back into readable content. It handles UTF-8 encoded strings so decoded text keeps its original characters.
Please enter some input.
How to use
- Paste Base64 text into the input field.
- The decoded result appears automatically.
- Copy or inspect the output.
Frequently asked questions
Can it decode data that is not text?
It decodes the bytes and renders them as UTF-8 text.
Is decoding private?
Yes, all decoding runs in the browser.
Related tools
Base64 Encoder
Encode text to Base64 with UTF-8 support.
URL Encoder
Percent-encode text for safe URL use.
URL Decoder
Decode percent-encoded URL text.
HTML Encoder
Escape HTML characters for safe display.
HTML Decoder
Convert HTML entities back to text.
Unicode Converter
Encode text as Unicode escapes and decode them back.