if it's a hex string it's already ascii
a binary value of 1010 has a value of 10 and is displayed as an ascii 'A' or 'a'
not clear what you're asking. do you mean you want to display it's binary value as a hexadecimal string?
if it's a hex string it's already ascii
a binary value of 1010 has a value of 10 and is displayed as an ascii 'A' or 'a'
not clear what you're asking. do you mean you want to display it's binary value as a hexadecimal string?