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