Converting Hex to ASCII
Posted: Sat May 21, 2016 12:28 am
Hi All,
I am trying to convert Hex to ASCII, similar to the Hex to ASCII Text Converter at:
http://www.rapidtables.com/convert/numb ... -ascii.htm
When I enter 57612be9 and click on the "Convert" button, I get the following value:
Wa+é
Using the binaryEncode function in LiveCode...
I get Wa+È
Any idea as to why that last character is off? Any feedback would be most welcome.
Thanks!
Sincerely,
Keith "Boo" Long
Gulf Breeze, Florida
I am trying to convert Hex to ASCII, similar to the Hex to ASCII Text Converter at:
http://www.rapidtables.com/convert/numb ... -ascii.htm
When I enter 57612be9 and click on the "Convert" button, I get the following value:
Wa+é
Using the binaryEncode function in LiveCode...
Code: Select all
answer binaryEncode("H*", "57612be9")
Any idea as to why that last character is off? Any feedback would be most welcome.
Thanks!
Sincerely,
Keith "Boo" Long
Gulf Breeze, Florida