Base64 Encoder/Decoder
Encode and decode Base64 strings
0 characters
Output will appear here...
0 characters
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used to encode data that needs to be stored and transferred over media designed for text. URL-safe Base64 replaces + with -, / with _, and removes trailing = padding.