6A 02
02
actually the first byte?6A 02
on little endian systems, can be represented like this
0x01101010 0x00000010
on big endian, represented like this
0x00000010 0x01101010
(edited)6A 02
on little endian systems, can be represented like this
0x01101010 0x00000010
on big endian, represented like this
0x00000010 0x01101010
(edited)6a02
should be followed by more data