I have a php page receiving encoded string with hex values and then with some decoding method get the id from database. i.e. - this encoded value - 70de63286c26d58f0a9ea5a736447910ee1 becomes this id - 36395756.
Is there an option to figure out which encoding method is being used?
Thanks