DeveloperToolsKitBETA

Base64 Encode / Decode

Convert texts to Base64 format or decode Base64 encoded texts.

About Base64

Base64 is an encoding method that allows binary data to be represented in textual format over the ASCII character set. It is used in various applications such as encoding email attachments, carrying binary data in URLs, and embedding image data in web pages.