π
Base64 Encoder / Decoder
ConverterEncode text or decode Base64 strings in your browser.
About This Tool
Base64 encodes binary data as ASCII text using 64 printable characters. It's used in email attachments (MIME), embedding images in HTML/CSS, and transmitting binary data in JSON APIs. Base64 increases size by ~33% but enables text-safe binary transmission.