🔤
Base64 Encoder/Decoder
Encode and decode Base64 strings
Text → Base64
Base64 → Text
About Base64
- • Base64 encoding converts binary data to ASCII text
- • Commonly used in web development, email, and data URLs
- • Each 3 bytes of input becomes 4 characters of output
- • Safe for transmission through text-based protocols