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