What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data as ASCII characters. It is commonly used in email, data URLs, and API authentication.
How to use
Paste text to encode it to Base64, or paste Base64 to decode it back to text. The tool auto-detects the direction.