Base64 解码
在下方粘贴Base64字符串并点击解码将其转换为纯文本。所有处理均在浏览器中本地完成。
已复制!
What is Base64 Decoding?
Base64 decoding converts a Base64-encoded ASCII string back into the original binary data or text. This is the reverse of Base64 encoding.
If the input contains characters outside the Base64 alphabet
(A-Z, a-z, 0-9, +,
/, =), decoding will fail with an error.