Octal to Base64 Converter
How It Works
- The octal number system uses digits 0-7.
- Each octal digit is converted to its 3-bit binary equivalent.
- The binary data is grouped into 8-bit bytes.
- These bytes are then encoded as Base64.
Examples:
- Octal: 123 → Base64: Bw==
- Octal: 123 456 → Base64: S2g=
- Octal: 123 456 700 → Base64: S2jw