bookmark

Base 18 to Octal (base 8) Conversion Table

Quick Find Conversion Table

to


0 - 23
base 18 to octal (base 8)
018= 08
118= 18
218= 28
318= 38
418= 48
518= 58
618= 68
718= 78
818= 108
918= 118
a18= 128
b18= 138
c18= 148
d18= 158
e18= 168
f18= 178
g18= 208
h18= 218
1018= 228
1118= 238
1218= 248
1318= 258
1418= 268
1518= 278
24 - 47
base 18 to octal (base 8)
1618= 308
1718= 318
1818= 328
1918= 338
1a18= 348
1b18= 358
1c18= 368
1d18= 378
1e18= 408
1f18= 418
1g18= 428
1h18= 438
2018= 448
2118= 458
2218= 468
2318= 478
2418= 508
2518= 518
2618= 528
2718= 538
2818= 548
2918= 558
2a18= 568
2b18= 578
48 - 71
base 18 to octal (base 8)
2c18= 608
2d18= 618
2e18= 628
2f18= 638
2g18= 648
2h18= 658
3018= 668
3118= 678
3218= 708
3318= 718
3418= 728
3518= 738
3618= 748
3718= 758
3818= 768
3918= 778
3a18= 1008
3b18= 1018
3c18= 1028
3d18= 1038
3e18= 1048
3f18= 1058
3g18= 1068

base 18

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

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.