for (let j = 11; j >= 0; --j) {
          if ((rightValue & (1 << j)) !== 0) {
            binary.set(accPos);
          }
          accPos++;