bookmark

Octal (base 8) to Base 17 Conversion Table

Quick Find Conversion Table

to


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

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.

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.