I wanted to check my own implementation against three others and to my great
surprise found that they all encode "ept:1234" to different QR codes.
I suspect, however, that the implementation in Google's Chart API is flawed,
because the choice of the XOR mask is supposed to decease the number of long
all-white and all-black runs of pixels both vertically and horizontally. I
haven't calculated the penalties for these codes yet (will do so, if asked), but
by the look of it, Google's has too many long runs.
The maintainers of Chart API's implementation might want to take a look at that
part of their code.