00 7 A E D
In binary
00000000 01111010 11101101
Bits copy from right to left
11110111 10101011 10101101
E7 AB AD
In 3 byte encoding the first four high order bits of first byte are set to 1110 and then first two high order bits of remaining bytes are set to 10 total 16 bits to encode actual character
Comments
Leave a comment