EduSupport Logo

EduSupport

Base64 Encoder / Decoder

Encode or decode Base64 instantly — full UTF-8 support, runs in your browser.

Plain Text Input
Base64 Output
What is Base64 used for?

Embedding images or files directly in HTML/CSS (data:image/png;base64,…)

Encoding binary data for safe transmission in JSON payloads or HTTP headers

The middle part of a JWT token is a Base64url-encoded JSON payload

Base64 Encoder & Decoder Online — Free | EduSupport