Skip to main content

Base64

Base64 encoding/decoding.

Link: https://portal.axinom.com/mosaic/tools/base64

This tool helps you to encode your text into a base64 string. You could also convert a base64-formatted string into plain text.

To convert strings either way, simply copy and paste them to the text box and click the button (it's either Encode or Decode, depending on which way you are converting).

If a user decodes a base64 string that happens to be a JSON, formatting is automatically applied. Base64 can decode almost anything and point out to the user that the decoded string wasn’t resolved as a plain string and is rather a bite array.

base64

note

The tool performs all the operations locally in a browser. The entered data is not sent to any server.

Video

  • RFC4648 - The Base16, Base32, and Base64 Data Encodings