Giải mã Base64

Dán chuỗi Base64 bên dưới và nhấp Giải mã để chuyển đổi về văn bản thuần. Mọi xử lý đều diễn ra cục bộ trong trình duyệt của bạn.

Đã sao chép!

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.