Encode any text to Base64 or decode Base64 back to text.
100% in your browser · No uploadsSGVsbG8sIFV2ZWxpYSE=
Base64 Encoder & Decoder converts text to Base64 and back. UTF-8 safe — handles emoji, accents, and non-Latin scripts correctly.
No. Base64 is an encoding, not encryption. Anyone with the encoded string can decode it back to the original.
Base64 output is always a multiple of 4 characters. The = signs at the end pad short inputs to the right length.