You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base64 is a binary-to-text encoding scheme that converts arbitrary binary data (like images, files, or any sequence of bytes) into a safe, printable ASCII string using a 64-character alphabet (A–Z, a–z, 0–9, +, /).
5
+
Browsers use it in JavaScript to embedding binary data directly in code or HTML or to transmitting binary data as text.
6
+
7
+
This is an in-browser base64 benchmark:
4
8
5
9
-[Visit the benchmark](https://simdutf.github.io/browserbase64/html).
0 commit comments