Base64 Encode / Decode
Encode text to Base64 or decode Base64 strings instantly.
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data as an ASCII string. It is commonly used to embed binary data in JSON, HTML, emails, and URLs. This tool supports full Unicode text including CJK characters.