Let A be a 72 character long string, and B be A + X. Regardless of what X is, when bcrypted the result for A and B will be the same.
Assuming C, where len(C) < 72, I don't know if it is possible at all to chose some value of Y such that:
D:= C+Y
Entropy(bcrypt(D))< Entropy(bcrypt(C))
Let A be a 72 character long string, and B be A + X. Regardless of what X is, when bcrypted the result for A and B will be the same.