Base64 encoder
Enter text to create a Base64 value.
Encode UTF-8 text as Base64.
About this tool
The Base64 encoder converts UTF-8 text into the standard Base64 representation. The output uses common ASCII characters, which can make text easier to place in JSON, configuration files, or test requests. Use it to prepare a sample API value, compare an application's encoding output, or store a short text value in a byte-oriented field. Base64 is reversible and should never be used as a substitute for encryption.