|
I posted a chart on your other post where you asked how to convert hexadecimal to octal explaining what you needed to do but here is the octal only version
match the binary numbers from right to left in groups of three with the above octal so 101 111 001 would be 5 7 1 |
