How to auto detect a String encoding?
问题 I have a String which contains some encoded values in some way like Base64. The problem is that I really don't know if it's actually Base64 (there are A-Z, a-z. 0-9, +, /) so it can be some any other code that i'm not familiar with. Is there a way or any other online site to send him an encoded input and it can tell me in which code is it? NOTE: I'm not asking how to know if my String is UTF-8 or iso-8859-1 or something like that. What I need is to know in which is my code is encoded. EDIT: