π Base64 Encoder / Decoder
Encode any text to Base64 or decode Base64 strings back to readable text.β¦
728Γ90 Inline β Replace with your ad code
How to Use the Base64 Encoder / Decoder
Base64 encoding converts binary data into ASCII text using 64 characters (AβZ, aβz, 0β9, +, /). It's used to embed binary data (images, files) in text-based formats like HTML, CSS (data URIs), JSON, and email attachments. Base64 increases data size by approximately 33%.
Base64 encoderBase64 decoderBase64 converterencode decode Base64