Base-6 to Octal Converter

Only numbers. No commas. Dot for decimal.
1 in base-6 = 1 in octal
1 in base-6 also equal to:
1 in binary1 in octal1 in decimal1 in hexadecimal1 in base-21 in base-31 in base-41 in base-51 in base-71 in base-81 in base-91 in base-101 in base-161 in base-201 in base-241 in base-321 in base-36

Base-6

Base-6 (also called senary or heximal or seximal) number system uses six symbols to code information. Most commonly, these symbols are, 0, 1, 2, 3, 4 and 5.

Octal

Definition of Octal Number System: The octal number system is the base-8 number system, and uses the digits 0 to 7. That is to say 10octal represents eight and 100octal represents sixty-four.

In the early phase of modern computer development, 6-bit, 12-bit binary words were vastly used. Octal numbers were ideal for abbreviating those words. In the current times, however, 32-bit, 64-bits and even bigger binary words are used in computers.