Base64 decoder
Decode a Base64 string back to readable text.
Decoded text
ابزارک
How to use it
- 1Paste the Base64 string.
- 2The original text is displayed.
Worked examples
Sample calculation
"QWJ6YXJpbw==" is converted to "Abzario".
Frequently asked questions
Why do I get an invalid string error?
The entered string must be valid Base64; remove any extra characters.