Binary to Octal:
\[ \text{Group binary digits into sets of three, starting from the right, and convert each group to its octal equivalent} \]
Octal to Binary:
\[ \text{Convert each octal digit to its 3-bit binary equivalent} \]