I am surfing around from quite some time for a proper solution for the above question.
I could not find the solution for the conversion/encoding in Java language.
I need to encode a hex string into base 36 formatted string.
For example, these are sample inputs and outputs.
ID and reversed B36 encoding
3028354D8202028000000000,CHL58FYDITHJ83VN0G1 3028354D8202028000000001,DHL58FYDITHJ83VN0G1 3028354D8202028000000002,EHL58FYDITHJ83VN0G1
Suggestions are highly appreciated.