Decode Base64 into UTF-8 text and reject values with bad characters or padding.
Output
Output appears here.Your data stays in this browser and is not uploaded.
Paste a Base64 value.
Decode it.
Copy the UTF-8 text or download it.
It represents bytes as ASCII text so they can travel through systems that expect text, such as JSON or email.
Yes. This decoder expects the result to be UTF-8 text. Binary that is not UTF-8 is rejected.