bookmark

Base 9 to Octal (base 8) Conversion Table

Quick Find Conversion Table

to


0 - 23
base 9 to octal (base 8)
09= 08
19= 18
29= 28
39= 38
49= 48
59= 58
69= 68
79= 78
89= 108
109= 118
119= 128
129= 138
139= 148
149= 158
159= 168
169= 178
179= 208
189= 218
209= 228
219= 238
229= 248
239= 258
249= 268
259= 278
24 - 47
base 9 to octal (base 8)
269= 308
279= 318
289= 328
309= 338
319= 348
329= 358
339= 368
349= 378
359= 408
369= 418
379= 428
389= 438
409= 448
419= 458
429= 468
439= 478
449= 508
459= 518
469= 528
479= 538
489= 548
509= 558
519= 568
529= 578
48 - 71
base 9 to octal (base 8)
539= 608
549= 618
559= 628
569= 638
579= 648
589= 658
609= 668
619= 678
629= 708
639= 718
649= 728
659= 738
669= 748
679= 758
689= 768
709= 778
719= 1008
729= 1018
739= 1028
749= 1038
759= 1048
769= 1058
779= 1068

base 9

base 9 is a positional numeral system with nine as its base. It uses 9 different digits for representing numbers. The digits for base 9 could be 0, 1, 2, 3, 4, 5, 6, 7, and 8.

octal (base 8)

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right). For example, the binary representation for decimal 74 is 1001010. Two zeroes can be added at the left: (00)1 001 010, corresponding the octal digits 1 1 2, yielding the octal representation 112.