SyntaxFix
Write A Post
Hire A Developer
Questions
Check out Convert a string representation of a hex dump to a byte array using Java?
Disregarding encoding, etc. you can do new String (hexStringToByteArray("75546..."));
new String (hexStringToByteArray("75546..."));