Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. Common uses include:
Format, validate, and beautify JSON
Generate random UUIDs (v4)
Encode or decode URLs
Convert HTML to GitHub-flavored Markdown
Convert MD to beautiful PDF (GitHub style)
Trace URL redirects