Base64 Encode/Decode

Encode and decode Base64 strings.

0 characters
0 characters

About Base64

Base64 is a binary-to-text encoding scheme that converts binary data into an ASCII string format. It's commonly used to encode binary files like images for embedding in HTML/CSS, transmit data over protocols that only support text, and encode credentials for basic HTTP authentication.

Character Set

A-Z, a-z, 0-9, +, /

Padding

= (equals sign)

Size Increase

~33%