Developer

Base64 encode and decode

Encode text as Base64 or decode Base64 back to text. Handles UTF-8 correctly.

About this conversion

Base64 is a way of representing arbitrary bytes using only 64 printable ASCII characters. It is not encryption — anyone can decode it. URL-safe Base64 replaces "+" and "/" with "-" and "_".