Developer tool

Base64 Encode

Paste text to encode it as Base64.

Input

Output

Ready.

Related developer tools

FAQ

What is Base64 used for?

Base64 encodes binary or text data into ASCII so it can be transported safely in JSON, URLs, or headers.

Is Base64 encryption?

No. Base64 is encoding, not encryption. Anyone can decode it.

Does this tool support UTF-8?

Yes. The encoder supports UTF-8 text.