7-bit is original bit length of the ASCII standard providing up to 128 characters.
C#'s BinaryReader has a function that according to MSDN, reads an integer encoded as "seven bit integer", and then …