Base64 Encoder / Decoder

Convert text to Base64 or decode it back, in your browser

Input
Output
Encoding turns any text (including Unicode/emoji) into Base64 using UTF-8 bytes; decoding reverses it. Everything runs locally — nothing is uploaded.