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
554EWhere is the text?
Thanks,
BlAsTo1414