Power Admin
+ Reply to Thread
Results 1 to 2 of 2

Thread: converting hex code

  1. #1
    Join Date
    Nov 2006
    Posts
    12

    converting hex code

    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

  2. #2
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by dannyyy View Post
    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:

    [url]http://www.easycalculation.com/hex-converter.php[/url]

+ Reply to Thread

Similar Threads

  1. code help
    By drumgodmaggott in forum Programming
    Replies: 5
    Last Post: 04-05-2009, 10:54 PM
  2. Need help in c++ code
    By sheree in forum General discussion
    Replies: 1
    Last Post: 03-23-2008, 04:30 AM
  3. Source code
    By mlg solidsnake in forum Tutorials
    Replies: 18
    Last Post: 04-30-2007, 12:08 PM
  4. How do you code & hide?
    By Tito in forum Tutorials
    Replies: 2
    Last Post: 04-27-2007, 05:19 PM
  5. need HTML code
    By novice_shail in forum Internet Privacy
    Replies: 1
    Last Post: 11-05-2005, 03:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts