Java: convert byte[] to base36 String
问题 I'm a bit lost. For a project, I need to convert the output of a hash-function (SHA256) - which is a byte array - to a String using base 36. So In the end, I want to convert the (Hex-String representation of the) Hash, which is 43A718774C572BD8A25ADBEB1BFCD5C0256AE11CECF9F9C3F925D0E52BEAF89 to base36, so the example String from above would be: 3SKVHQTXPXTEINB0AT1P0G45M4KI8U0HR8PGB96DVXSTDJKI1 For the actual conversion to base36, I found some piece of code here on StackOverflow: public static