Base64 Encoder / Decoder

Encoding Client-side base64 encode decode encoding utf-8

This tool runs entirely client-side, in your browser: your data is never sent anywhere.

What it does

Converts text to and from Base64, a common encoding used to represent binary data as ASCII text (e.g. embedding images in CSS, Basic Auth headers, JWT segments).

Try it

How it works

Everything runs locally in your browser — nothing is uploaded anywhere.