 
        
        
         
    Convert every octal digit (start lowest digit) to 3 binary digits, with this table:
| Octal | Binary | 
|---|---|
| 0 | 0000 | 
| 1 | 0001 | 
| 2 | 0010 | 
| 3 | 0011 | 
| 4 | 0100 | 
| 5 | 0101 | 
| 6 | 0110 | 
| 7 | 0111 | 
Convert octal 1548 to binary:
1548 = 1 5 4 = 1 101 100 = 11011002
By entering an Octal value, the tool generates the corresponding Binary representation, making numeric transformations effortless.