Base64 is an encoding method based on 64 printable characters to represent binary data. Commonly used for transmitting binary data in HTTP protocols, such as email attachments, images, etc.
Select encode or decode mode
Configure encoding format and output format
tools.base64-converter.inputDescription
tools.examplesDescription
Encode 'Hello World' to Base64
Encode image file to Base64 string