Encode text to Base64 or decode Base64 strings instantly. Free online Base64 encoder decoder tool — no signup required.
✅ Copied!
Base64 encodes binary data as 64 printable ASCII characters, enabling binary transmission over text-based systems. Common uses: email MIME attachments, embedding images in HTML as data URIs, HTTP Basic Auth credentials, and JWT token payloads. Base64 increases data size by 33%. It is encoding, not encryption — anyone can decode it instantly. For URLs, use Base64URL variant which replaces + with - and / with _.