java convert byte to unsigned integer 2011-08-22 william 技術 byte a = (byte) 0x88; int unsignedInteger = a&0xff; Leave a comment java