for (let i = 0; i < 8; i++) {
      total += Number(numb.charAt(i)) * multipliers.common[i];
    }