Base64 Encode / Decode

Convert plain text to Base64 or decode Base64 back to readable text. Useful for working with APIs, tokens, and simple encodings.

Input Text

Output Base64

Conversion happens entirely in your browser. No data is sent to any server.

Related tools