Reply to Walter, > > c += 'a' - 'A'; // to lower case this is safer and faster (Ihink) c |= 0b0010_0000;