sizeof(const char*) == 4 or 8 (on "sane" processor architectures) :-), sizeof(const char[]) is what you want.
As written the first substring was "04" and the second was "88c2" (on 32 bits architectures)
And I have changed the +2 in +1 so that the comment is right.