Base-64 Encode a String
Base64 Encode a String
Encode plain text to Base64 or decode Base64 to text
Base64 encodes binary data as ASCII text. Used in emails (MIME), data URLs, and API authentication. Supports full Unicode including emoji.
Encode plain text to Base64 or decode Base64 to text