Base64 Encoder
Pending features:
Other text encodings;
Line endings;
Load file from device;
Download data as file;
Encode to data URL.
btoa() + String.fromCharCode.apply() (chunked)
btoa() + String.fromCodePoint.apply() (chunked)
btoa() + TextDecoder('utf-16') (default)
FileReader.readAsDataURL()
Encode
Copy
Message Outputs
Nope.