Hello world
Base64 - Encode and Decode
Insert some text to encode or decode online
Additional Information
This is a simple online tool that decodes from Base64 encoding as well as encodes into it quickly and easily. Encode your data to Base64 with no effort or decode it into a human-readable format.
Base64 encoding is often used if binary data needs to be stored and transferred over media that are designed to deal with text, such as the HTML protocol. The encoding helps to ensure that the data remains intact without modification during transport. Base64 is used commonly in a number of applications including email via MIME, as well as storing complex data in XML or JSON.