I have a character that when viewed in a hex editor is shown as:
FF FE 08 27
meaning it's binary representation is (a four byte encoding):
11111111
11111110
00001000
00100111
Looking at the unicode table and description this doesn't seem to make sense, since a four byte encoding must have the leading byte in the form 11110xxx
.
I'm most likely misunderstanding the unicode rules, but could you please let me know where I'm going wrong in determining the code point for this character?