Back
Base64
Encode text / files to base64.
Base64 Extension
Feature highlights
- Convert a string to base64
- Convert files to base64
TODO
- Convert base64 to string
- Convert base64 to file
Tips
When the output BASE64 string exceeds 200 characters, the excess part will be hidden, only displaying the first 200 characters to avoid long output causing page lag.
You can use the
Paste
orCopy
action to retrieve the complete output content.