Baseis a numbering system used to represent numbers. Different bases use different sets of digit symbols.
- Binary (Base-2): Uses only the digits 0 and 1, and is the fundamental numbering system used inside computers.
- Octal (Base-8): Uses digits 0-7, commonly used for Unix file permissions.
- Decimal (Base-10): Uses digits 0-9, the number system used in everyday life.
- Hexadecimal (Base-16): Uses digits 0-9 and letters A-F, often used for color codes and memory addresses.
- Base-32: Uses digits 0-9 and letters A-V, commonly used in encoding.
- Base-58: Uses a character set excluding easily confused characters, often used for Bitcoin addresses and IPFS.
- Base-62: Uses digits 0-9, uppercase A-Z, and lowercase a-z, commonly used for generating short URLs.
- Base-64: Standard Base64 encoding character set, commonly used for data transmission.
- Custom Base (2-64): Supports conversions between base 2 and base 64.
Usage Tips: When entering a value, ensure the characters match the requirements of the selected base.
Bases 37-64 use the standard character set: 0-9, A-Z, a-z (Base-58 and Base-64 use special character sets).