Hi Guys,

Now I'm trying to decode a character.
Reading it from a File opened in Binary.

Now i know that character é should represent the value of: 124
But i can't figure out how to decode it.
Ive tried BitToDec: 00110010 é
I've tried Big/Little endian
I've tried ToLong/ToInteger

Any ideas?