Since Serial.read() returns a byte, and a byte is 8 bits, I don't think that you are going to be able to (easily) change the word size.
Since Serial.read() returns a byte, and a byte is 8 bits, I don't think that you are going to be able to (easily) change the word size.