Base 64
Base 64 format encode and decode your data

Description
Base64 used to encode images, into a text format that can be safely transmitted or stored in text-based formats like XML or JSON. It's named "Base64" because it uses a set of 64 different characters to represent the binary data.