Is there any java utility to convert string to hex value (integer) ?
Is this what you are looking for?
Integer.toHexString(Integer.parseInt(String));