Quote: Also keep in mind that removing all question marks it leaves you with 66 chars. You still need to remove 2
Could the first 2 characters be 0X ? If so, you can remove these 2 leaving you with 64 chars (32 hex pairs)
often hex output is prefixed with 0X to denote a hex string follows.
Thanks. Then how would I use the result? Just convert the hex to another format?