Base64 Encoder/Decoder

Encode text to Base64 or decode a Base64 string.

Input

Enter the text or Base64 string you want to convert.

Output

The converted result will appear here.

Awaiting conversion...

What is Base64 Encoding?

Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-64 representation. It is commonly used to embed binary data, such as images, directly into text documents like HTML, CSS, or JSON. This tool allows you to easily encode any text into its Base64 equivalent or decode a Base64 string back to its original form.