if (c < ' '.charCodeAt(0)) {
      sb.append(0o0); // Shift 1 Set
      sb.append(c);
      return 2;
    }