Base64 Encoder/Decoder
Encode any text or binary data to Base64, or decode Base64 strings back to plaintext. Handles Unicode characters correctly.
Input
Base64 Output
Note: This tool handles Unicode characters correctly using UTF-8 encoding. Standard Base64 uses only A–Z, a–z, 0–9, +, /, and = padding characters.