Base64 Encoder

Encode and decode strings to/from Base64.

Input
Result
Result will appear here...
Customization

Use - and _ instead of + and /

Quick Tip

Base64 is an encoding scheme that represents binary data in an ASCII string format.

About this Tool

Base64 is an encoding scheme that represents binary data in an ASCII string format. It's commonly used when there is a need to encode data that needs to be stored and transferred over media that are designed to deal with textual data.

Frequently Asked Questions