Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
            0  1 2  3  4  5  6  7  8  9  a  b  c  d  e  f
00000000h: 0A 0D 0A 84 00 00 00 4D 3C 2B 1A 01 00 00 00 00
00000010h: FF FF FF FF FF FF FF FF 03 00 2B 00 36 34 2D 62
00000020h: 69 74 20 57 69 6E 64 6F 77 73 20 37 20 53 65 72 


i have no idea what kind of code is this and how to make it a readable ..kindly help me if someone have any idea?
Posted
Updated 26-Nov-13 6:51am
v3
Comments
Mahesh Bailwal 26-Nov-13 12:22pm    
Can you tell from where you got this code and what you want to do with it.?
Jawad Ahmed Tanoli 26-Nov-13 12:32pm    
i want to make it readable to store in database it is a machine genrated code
Sergey Alexandrovich Kryukov 26-Nov-13 12:34pm    
Obviously, it can be anything at all. The question makes no sense.
—SA
Jawad Ahmed Tanoli 26-Nov-13 12:35pm    
yeah i know it can be any thing but what is this how i can read it??
Jawad Ahmed Tanoli 26-Nov-13 12:35pm    
if you have any idea then kindly help me :) where to start and how start with this to make a readable form :)

Some problems are difficult to solve. Some problems are theoretically unsolvable. Solving of some other problems make no sense. But also, there are problem which should not even be posed. Perhaps all you need it to embrace one very fundamental but simple principle: "Garbage in, garbage out": http://en.wikipedia.org/wiki/Garbage_in,_garbage_out[^].

—SA
 
Share this answer
 
sequence 36 34 2d 62 69 74 20 .... till end of your screenshot is the text:
"64-bit Windows 7 Ser" in ASCII. First 4 characters are two new lines. Rest is some binary code not possible to interpreet as a text.
 
Share this answer
 
Comments
Jawad Ahmed Tanoli 26-Nov-13 13:23pm    
ASCII can not be converted to some other format to make it easy :)
Adam Zgagacz 26-Nov-13 14:02pm    
I belve that's all you can get from fragmet info you provided. This is binary file with some text element. Download binary viewer program and try to see content in different format (as binary (hex), ascii, unicode etc).
Jawad Ahmed Tanoli 27-Nov-13 11:55am    
Thanks it help me very much to get start ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900