Advertisement

Base64 Converter

Encode and decode Base64 strings

Input Text

Base64 Encoded

Decoded Text

About Base64 Encoding

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding data in email, web forms, and URLs.

Character Set: A-Z, a-z, 0-9, +, / (with = for padding)

Use Cases: Data URLs, email attachments, API tokens, configuration files