Base64 and URL encoding show up everywhere in web development โ API payloads, embedded images, query parameters โ but the mechanics behind them, and the fact that neither is a form of security, are often misunderstood. This 12-question quiz checks your grasp of these fundamentals. It takes about 3 minutes, with an explanation after every answer.
Once you've tested your knowledge, encode or decode data with the Base64 Formatter, or properly encode special characters for a URL with the URL Encoder.