Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text. Supports UTF-8.
You might also like
About Base64 Encoding
Base64 is a binary-to-text encoding scheme that represents binary data as ASCII characters. It's commonly used to embed images in HTML/CSS, encode email attachments, and transmit binary data in JSON APIs. This tool supports full UTF-8 text.