const ASCII_CASE_MASK: u8 = 0b0010_0000;
If the bit selected by this mask is set, ascii is lower case.