Base64
959, in Base64 is O/. / is not uri-safe. An althernative is transform it to ASCII %47%. But this lengthens the URL. So in Base64, + -> – / -> _ Or use Base62. But Base62 transformation is too complex. In Base64, each char takes up 6 bits. So always make the coding 24 bits, or 3… Read More »