This is a Java question... not an Android question. But a simple google search gave me this: http://www.mkyong.com/java/how-to-convert-hex-to-ascii-in-java/
Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jun 30, 2011 at 8:09 AM, Si <[email protected]>wrote: > Hi, > > Can anybody give me any hints on how to convert a Hex string into its > ASCII equivalent characters using Android please? > > For example > > 0x41 = A > 0x4E = N > 0x44 = D > 0x52 = R > 0x4F = O > 0x49 = I > 0x44 = D > > Thanks in advance > > Si > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

