For Big5 Chinese Character (2-byte char), the first byte is within a range (about 0xA1 to 0xFE). If it is in the range, then you have to extract both the current and next byte. Therefore, you combine the 2 extracted bytes to form back a Chinese Character.