Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 to text. Use "text|||decode" to decode.
Paste text to encode it into Base64, or paste a Base64 string to decode it back to its original form — the tool switches direction with a single toggle and updates instantly. Base64 is an encoding, not encryption: it makes data safe to transport through text-only systems but provides no security, since anyone can decode it. It's the standard way to embed images in CSS, carry binary data in JSON, or pack values into data URIs.