Base64 Converter

Encode and decode Base64 strings and files instantly in your browser. Supports text and file conversion with copy and download features.

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 that needs to be stored and transferred over media designed to deal with text.

Back to top