Convert text to Base64 encoding or decode Base64 back to original text. Supports UTF-8 and binary data.
Result will appear here...Type or paste text to encode, or Base64 to decode.
Select encode or decode.
Copy the encoded/decoded result.
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format.
No, Base64 is encoding, not encryption. It can be easily decoded by anyone.
URL-safe Base64 replaces + with - and / with _ for use in URLs.