Ever seen weird strings like 'SGVsbG8gV29ybGQh' in your code? That's Base64 — a way to safely encode binary data as text.
Some systems only handle text safely — email protocols, URLs, JSON. Base64 converts binary data (images, files) into plain text characters that work everywhere.