Loading tool...
Base64 is an encoding scheme that converts binary data into an ASCII string format. It's commonly used to encode data for transfer over media designed to handle text.
Common Uses:
Note: Base64 encoding increases the data size by approximately 33%. It's not encryption and doesn't provide security.
Text:
Hello, World!
Base64:
SGVsbG8sIFdvcmxkIQ==
Text:
Utiliofy
Base64:
VXRpbGlvZnk=