Binary to Octal Converter

Binary to Octal Converter: Simplify Numeric Transformations

2
8
10

How to convert binary to octal

Convert every 3 binary digits (start from bit 0) to 1 octal digit, with this table:

Binary Octal
000 0
001 1
010 2
011 3
100 4
101 5
110 6
111 7

Example

Convert binary 11011002 to octal:

Convert every 3 binary bits (from bit0) to octal digit:

11011002 = 1 101 100 = 1 5 4 = 1548

How does the Binary to Octal Converter tool operate?

To convert binary to octal, you group the binary digits in sets of three, beginning from the rightmost digit. Each set of three bits is then transformed into its corresponding octal value.


See also

Write how to improve this page

CONTENTS
MaxTables
Follow Us
🠕