Binary on the Coat of Arms of the Governor General of Canada

Posted by user132636 on Programmers See other posts from Programmers or by user132636
Published on 2014-05-27T01:50:46Z Indexed on 2014/05/27 3:40 UTC
Read the original article Hit count: 389

Filed under:
|

Can you help me further this investigation?

Here is about 10% of the work I have done on it. I present it only to see if there are any truly curious people among you.

I made a video a few weeks ago showing some strange things about the Governor General's Coat of Arms and the binary on it.

Today, I noticed something kinda cool and thought I would share.

Here is the binary as it appears on the COA: 110010111001001010100100111010011

As DEC: 6830770643 (this is easily found on the web)

Take a close look at that number. What do you notice about it?

It has a few interesting features, but here is the one no one has pointed out...

Split it down the middle and you have 68307 70643.

The first digit is double the value of the last digit. The second digit is double the second last digit. The third digit is half of the third to last digit. And the middle ones are even or neutral.

At first, I thought of it as energy. ++-nnnn+--

But actually you can create something else with it using the values. 221000211. See how that works.

You may be asking why that is significant. Bare with me. I know 99% are rolling their eyes.

221000211 as base3 gives you this as binary: 100011101000111

100011101000111 as HEX is 4747, which converts to "GG". Initials of Governor General. GG.ca is his website.

When you convert to base 33 (there are 33 digits in the original code) you get "GOV"

Interesting? :D

There is a lot more to it. I'll continue to show some strange coincidences if anyone is interested.

Sorry if I am not explaining this correctly. By now you have probably figured out that I have no background in this. Which is why I am here.

Thank you.

© Programmers or respective owner

Related posts about source-code

Related posts about binary