GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to calculate from Binary to Octal? (https://gfy.com/showthread.php?t=227046)

spamofon 01-27-2004 09:41 PM

How to calculate from Binary to Octal?
 
anyone?

DolaMaker 01-27-2004 09:45 PM

Good luck on your journy :thumbsup .

DirtyRider 01-27-2004 09:48 PM

Not sure if this will help

http://www.danbbs.dk/~erikoest/octal.htm
http://www.microcontroller.com/hahahahahaded.asp?did=92

Dildozer 01-27-2004 09:50 PM

calc.exe

view ---> scientific

do your stuff, just change the button after and it automatically converts it

MT_Butterfly 01-27-2004 09:51 PM

Just convert the binary to Base 10, then convert to octal. Use the windows calculator in the scientific mode for easy conversions. :)

psyko514 01-27-2004 09:52 PM

multiply by 8.

spamofon 01-27-2004 09:53 PM

Quote:

Originally posted by DirtyRider
Not sure if this will help

http://www.danbbs.dk/~erikoest/octal.htm
http://www.microcontroller.com/hahahahahaded.asp?did=92

thanks

so basicly i have to brake the binary code in sets of 3 from right to left and just transfer numbers to octal..:)

rrright?

thekebie 01-27-2004 09:54 PM

Take the binary numbers and put them into groups of 3

so
111 = 7
000 = 0

The first space is worth 2^0 if it is 1, the second is worth 2^1, and the third is worth 2^2 if its value is 1 in binary.

So

001 = 1
010 = 2
100 = 4

So if you have 101 you just go 4+1 and get 5.

spamofon 01-27-2004 09:56 PM

Quote:

Originally posted by ~MistressRacin~
Just convert the binary to Base 10, then convert to octal. Use the windows calculator in the scientific mode for easy conversions. :)
Converting from Hex to Octal or vice versa has to be made directly using binary as intermediary step. You can not convert to decimal as an intermediary step



that is the problem
lol

spamofon 01-27-2004 09:57 PM

Quote:

Originally posted by thekebie
Take the binary numbers and put them into groups of 3

so
111 = 7
000 = 0

The first space is worth 2^0 if it is 1, the second is worth 2^1, and the third is worth 2^2 if its value is 1 in binary.

So

001 = 1
010 = 2
100 = 4

So if you have 101 you just go 4+1 and get 5.


thanks a lot!!:)

DirtyRider 01-27-2004 09:57 PM

Quote:

Originally posted by spamofon


thanks

so basicly i have to brake the binary code in sets of 3 from right to left and just transfer numbers to octal..:)

rrright?

yup sounds right, and its the same idea if it was hex and just take 4 sets starting from the right side if i remember correctly.

spamofon 01-27-2004 10:01 PM

Quote:

Originally posted by DirtyRider


yup sounds right, and its the same idea if it was hex and just take 4 sets starting from the right side if i remember correctly.

yup yup

thanks!! :)

spamofon 01-27-2004 10:02 PM

Now i need to find out how to decode ASCII lol

damn this is pain in the ass


i know i have to breake binary code in 8
and each one represent key

but how to figure out which key is which

Baal 01-27-2004 10:14 PM

Quote:

Originally posted by spamofon
Now i need to find out how to decode ASCII lol

damn this is pain in the ass


i know i have to breake binary code in 8
and each one represent key

but how to figure out which key is which

Hope this helps:

http://www.jimprice.com/jim-asc.htm
(BTW, those charts are in hex, and aren't mine)

BlueDesignStudios 01-27-2004 10:14 PM

Quote:

Originally posted by spamofon
Now i need to find out how to decode ASCII lol

damn this is pain in the ass


i know i have to breake binary code in 8
and each one represent key

but how to figure out which key is which

use an ASCII table :2 cents:

spamofon 01-27-2004 10:21 PM

Quote:

Originally posted by BlueDesignStudios


use an ASCII table :2 cents:

thanks :thumbsup

Zebra 01-27-2004 10:25 PM

Shit. In the military I spent 6 months in tech school learning that shit so that I could work on Avionics equipment.

I made sure to wipe every bit of that knowledge out of my head when I left!

Thanks for making the nightmares return! :321GFY :1orglaugh

thekebie 01-27-2004 10:28 PM

Binary Algebra is your friend.


All times are GMT -7. The time now is 09:12 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123