How to compress alphanumeric strings?
问题 I want to shrink Strings like -1234B56789C;ABC1D3E/FGH4IJKL which are approx 20 - 25 case-insensitive chars. My goal is to have an alphanumeric string that is a maximum of 16 characters. They must remain human readable. Is that possible? Are there algorithms that can be used to compress alphanumeric string that also has some special chars? It must also be possible to revert the compression. 回答1: I think in general it's not possible unless you use a different target alphabet. As far as I