PDA

View Full Version : converting hex code



dannyyy
03-19-2007, 11:31 AM
i dont know the first thing about converting code, and hex converters wont convert this for me, so can someome here do it fo me?
my friend thinks it could be a *****listing for a bands yet to be released album, and i need to be the one that discovers it

000028*E 00000E*A 000*8*86 00006B4E 0000*424 0002D7F5 0000*2B5 0000*062 00024A05 0002BF2* 00000*0B8 000005BE 0000A*4* 0000**4E 0002EDE5 000*266* 000087EB 00008705 0002DB87 000*4*78

Ezekiel
03-19-2007, 12:40 PM
i dont know the first thing about converting code, and hex converters wont convert this for me, so can someome here do it fo me?
my friend thinks it could be a *****listing for a bands yet to be released album, and i need to be the one that discovers it

000028*E 00000E*A 000*8*86 00006B4E 0000*424 0002D7F5 0000*2B5 0000*062 00024A05 0002BF2* 00000*0B8 000005BE 0000A*4* 0000**4E 0002EDE5 000*266* 000087EB 00008705 0002DB87 000*4*78

It's definitely not ASCII text, because in ASCII each character is represented in one octet (eight bits). In your hexadecimal values, there are up to *2 bits possibly. ASCII is the most common way to encode text.

Of course you can split the data up as much as you want and you may find that it contains textual data, but I'm not going to try.

If you convert any of it with this tool you just get random numbers:

http://www.easycalculation.com/hex-converter.php