if (stop === 0) {
                const reason = `padding at wrong position in ${digits.join('')}`;
                const position = {start: start + stop, end: start + stop + 1};
                throw new Base32EncodeError(reason, string, position);
            } else if (stop === 2 || stop === 4 || stop === 5 || stop === 7) {