const int modeNumber = 1 << 0; const int modeAlphaNum = 1 << 1; const int mode8bitByte = 1 << 2; const int modeKanji = 1 << 3;