bookmark

Base 17 to Octal (base 8) Conversion Table

Quick Find Conversion Table

to


0 - 23
base 17 to octal (base 8)
017= 08
117= 18
217= 28
317= 38
417= 48
517= 58
617= 68
717= 78
817= 108
917= 118
a17= 128
b17= 138
c17= 148
d17= 158
e17= 168
f17= 178
g17= 208
1017= 218
1117= 228
1217= 238
1317= 248
1417= 258
1517= 268
1617= 278
24 - 47
base 17 to octal (base 8)
1717= 308
1817= 318
1917= 328
1a17= 338
1b17= 348
1c17= 358
1d17= 368
1e17= 378
1f17= 408
1g17= 418
2017= 428
2117= 438
2217= 448
2317= 458
2417= 468
2517= 478
2617= 508
2717= 518
2817= 528
2917= 538
2a17= 548
2b17= 558
2c17= 568
2d17= 578
48 - 71
base 17 to octal (base 8)
2e17= 608
2f17= 618
2g17= 628
3017= 638
3117= 648
3217= 658
3317= 668
3417= 678
3517= 708
3617= 718
3717= 728
3817= 738
3917= 748
3a17= 758
3b17= 768
3c17= 778
3d17= 1008
3e17= 1018
3f17= 1028
3g17= 1038
4017= 1048
4117= 1058
4217= 1068

base 17

base 17 is a positional numeral system with seventeen as its base. It uses 17 different digits for representing numbers. The digits for base 17 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, and g.

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.