Re: A86: hex text


[Prev][Next][Index][Thread]

Re: A86: hex text



41 38 36 20 69 73 20 46 55 4E
A  8   6         i    s        F   U  N

In hex, a byte is represented by a two digit number.  Example:  41, 38, 4E, 73  is four bytes.
In your string, 'A86 is FUN', you will notice that each byte of hex corresponds to a character.  The byte 20 represents a space.  So yes, your text IS in there.  In fact, the whole hex file is your text, because your program did not include any instructions, just a string.

 is my text in there or not?

This is the hex code:

4138
3620
6973
2046
554E

  Where is the text?

Thanks,
BlAsTo1414

 
References: