base128like
base128like is a theoretical or conceptual encoding scheme that suggests representing data using a base-128 numerical system. In a base-128 system, each digit can represent values from 0 to 127, inclusive. This is in contrast to common encoding schemes like Base64, which uses a base-64 system and typically employs ASCII characters for representation.
The primary advantage of a higher base, such as 128, is potentially greater data density. A base-128
The practical implementation of a base-128 encoding would depend on the chosen character set for its digits.