Base64
Encoding binary data as text.
- Full name
- Base64 encoding
- Opens with
- Code, JSON, data URIs, email.
Base64 represents any bytes as an ASCII string. Used to embed files in code, JSON and data URIs where binary data isn't allowed.
Encoding binary data as text.
Base64 represents any bytes as an ASCII string. Used to embed files in code, JSON and data URIs where binary data isn't allowed.