Go back
Binary translation..don't use a translator!!

Binary translation..don't use a translator!!

Posers and Puzzles

d

Joined
01 Feb 13
Moves
2
Clock
01 Feb 13
Vote Up
Vote Down

0100111001100101011100100110010001110011
0111001001110101011011000110010100100001

HikaruShindo

Joined
08 Apr 12
Moves
68553
Clock
01 Feb 13
Vote Up
Vote Down

Ugh. I know how to do this but it will take me ages.

iamatiger

Joined
26 Apr 03
Moves
26771
Clock
01 Feb 13
Vote Up
Vote Down

Is that one number, or are they to be added up?

JS357

Joined
29 Dec 08
Moves
6788
Clock
02 Feb 13
2 edits
Vote Up
Vote Down

Originally posted by dewthedew
0100111001100101011100100110010001110011
0111001001110101011011000110010100100001
It looks to be 80 characters and so is a number between 1 and 2^(80). If it is one binary number that is.

The principle of binary representation and translation from binary to decimal are straightforward. That assumes binary. It could be in any base to begin with. It could be in base 10 already and the task is to convert TO binary. After all, 1001 is a number in base 2, 3, 4, etc.

I don't see why it begins with a zero. If it is one binary number, there is no need to state a leading zero unless it is the readout of an 80 digit register. If it is two numbers, the same question applies.

So you have a procedure in mind? Expressing such large numbers (powers of 2) and adding them could be tedious.

venda
Dave

S.Yorks.England

Joined
18 Apr 10
Moves
86199
Clock
02 Feb 13
Vote Up
Vote Down

Originally posted by dewthedew
0100111001100101011100100110010001110011
0111001001110101011011000110010100100001
I assume if it wa a very large number represented in binary it would be all on one line.
Therefor, i'm thinking the idea is to take the bottom line from the top first?

talzamir
Art, not a Toil

60.13N / 25.01E

Joined
19 Sep 11
Moves
59271
Clock
03 Feb 13
Vote Up
Vote Down

hmm.

C,0D9,DEC,A94 if added together,
2,40F,E90,12E if subtracted.

Hex seems suitable for brevity.

f
Defend the Universe

127.0.0.1

Joined
18 Dec 03
Moves
16687
Clock
04 Feb 13
Vote Up
Vote Down

Looks like ASCII to me. I don't have time to translate it right now if it is, though.

iamatiger

Joined
26 Apr 03
Moves
26771
Clock
04 Feb 13
Vote Up
Vote Down

Yes they do!

coquette
Already mated

Omaha, Nebraska, USA

Joined
04 Jul 06
Moves
1121345
Clock
06 Feb 13
Vote Up
Vote Down

solved: burger and fries

S
Caninus Interruptus

2014.05.01

Joined
11 Apr 07
Moves
92274
Clock
08 Feb 13
2 edits
Vote Up
Vote Down

Originally posted by dewthedew
0100111001100101011100100110010001110011
0111001001110101011011000110010100100001
01001110 01100101 01110010 01100100 01110011
01110010 01110101 01101100 01100101 00100001

4e 65 72 64 73 72 75 6c 65 21

78 101 114 100 115 114 117 108 101 33

A 65
K 75
U 85
Z 90

a 97
k 107
u 117
z 122

I had to look up the 33.

Nerdsrule!


We do, don't we. 😛

Ponderable
chemist

Linkenheim

Joined
22 Apr 05
Moves
669995
Clock
08 Feb 13
Vote Up
Vote Down

Originally posted by SwissGambit
...cut...

We do, don't we. 😛
you do

S
Caninus Interruptus

2014.05.01

Joined
11 Apr 07
Moves
92274
Clock
08 Feb 13
Vote Up
Vote Down

Originally posted by Ponderable
you do
0100000101101110011001000010000001100100011011110110111000100111
0111010000100000011110010110111101110101001000000110011001101111
0111001001100111011001010111010000100000011010010111010000100001

apathist
looking for loot

western colorado

Joined
05 Feb 11
Moves
9664
Clock
20 Feb 13
Vote Up
Vote Down

Originally posted by JS357
I don't see why it begins with a zero.
Very good point.

Soothfast
0,1,1,2,3,5,8,13,21,

☯️

Joined
04 Mar 04
Moves
2709
Clock
02 Apr 13
Vote Up
Vote Down

Originally posted by JS357
I don't see why it begins with a zero.
Every four binary digits corresponds to one hexadecimal digit (0000=0 up to 1111=F), so usually binary numbers are written in groups of four.

0100111001100101011100100110010001110011
is better written as
0100 1110 0110 0101 0111 0010 0110 0100 0111 0011,
which quickly translates as
4,D65,726,473,
or about 3.32414 x 10^11.

S
Caninus Interruptus

2014.05.01

Joined
11 Apr 07
Moves
92274
Clock
02 Apr 13
Vote Up
Vote Down

Originally posted by Soothfast
Every four binary digits corresponds to one hexadecimal digit (0000=0 up to 1111=F), so usually binary numbers are written in groups of four.

0100111001100101011100100110010001110011
is better written as
0100 1110 0110 0101 0111 0010 0110 0100 0111 0011,
which quickly translates as
4,D65,726,473,
or about 3.32414 x 10^11.
Who writes hex numbers with a comma every three digits?! 😞

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.