bookmark

Binary (base 2) to Base 8

Converter Tool

to


 

In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices. Each digit is referred to as a bit.

conversion table

binary (base 2)base 8binary (base 2)base 8
1= 11011= 13
10= 21100= 14
11= 31101= 15
100= 41110= 16
101= 51111= 17
110= 610000= 20
111= 710001= 21
1000= 1010010= 22
1001= 1110011= 23
1010= 1210100= 24
base 8 is a positional numeral system with eight as its base. It uses 8 different digits for representing numbers. The digits for base 8 could be 0, 1, 2, 3, 4, 5, 6, and 7.

conversion table

base 8binary (base 2)base 8binary (base 2)
1≈ 113≈ 1011
2≈ 1014≈ 1100
3≈ 1115≈ 1101
4≈ 10016≈ 1110
5≈ 10117≈ 1111
6≈ 11020≈ 10000
7≈ 11121≈ 10001
10≈ 100022≈ 10010
11≈ 100123≈ 10011
12≈ 101024≈ 10100