Encoding

Base64 Encode

Text Updates live
Output
Input: 0 chars Output: 0 chars
How it works

Converts text to Base64 encoding (A-Z, a-z, 0-9, +, /)

Also: Base64 Decode

FAQ

What is Base64?

Base64 is an encoding scheme that converts binary data into ASCII text using 64 characters (A-Z, a-z, 0-9, +, /).

Is Base64 encryption?

No. Base64 is encoding, not encryption. Anyone can decode it. Never use it to hide sensitive data.

Why use Base64?

Base64 is used to safely transmit binary data (like images) through text-only channels like email or JSON.

Related tools

Base64 Decode URL Encode URL Decode