Base64 encode and decode
Convert text to Base64 and back.
0 characters
Result
0 characters
Questions
- Why do other Base64 tools break on emoji?
- Because btoa, the browser function most of them call directly, only accepts Latin-1.
- Is Base64 encryption?
- No, and this matters.
- Can I encode a file?
- Not yet on this page.