if (c <= '/'.charCodeAt(0)) {
      sb.append(0o1); // Shift 2 Set
      sb.append(c - 33);
      return 2;
    }