Base64 Encoder / Decoder

Encode plain text to Base64 or decode Base64 back to readable text, instantly and locally.

Could not decode — input is not valid Base64.

About Base64

Base64 encodes binary or text data into an ASCII string using 64 printable characters. It is commonly used to embed data in URLs, JSON, or emails.

Advertisement