Author Topic: Improve Your Binary Skillz - Nerds Welcome  (Read 2519 times)

Offline ProperBritish

  • Acid Modder
  • *
  • Posts: 856
  • Post quality +0/-0
  • Gender: Male
  • Raining Blood! From A Lacerated Sky!
Improve Your Binary Skillz - Nerds Welcome
« on: January 17, 2008, 12:05:58 PM »
Hi, PB here. Im gonna teach you the basics of ASCII to Binary Translation.

-----------------------------

Well to start, ASCII is 8-bit, making each letter in Binary 8 1s or 0s long. (e.g. 01100010)

The first 3 digits determine case, and the last 5 determine the letter.

Letters ALWAYS start 01

--------------------------

1st off, the case. Upper or lower? One number determines this, and its the 3rd one.

lower case = 011
UPPER CASE = 010

Its that simple.

-----------------------------

Now we've got the case sorted, I'll move onto the important bit. The Letters!

The last 5 digits follow a pattern to determine the letter.

Start with A first, and ill exclude the case digits to simplify it for the time being.

A = 00001

wow.

say A has a value of one, cos it looks like a singular one.

B is the next highest number possible with only 1s and 0s.

Making B ten...

B = 00010

then C, which is eleven...

C = 00011

and so on...

D = 00100          ONE HUNDRED
E = 00101          ONE HUNDRED AND ONE
F = 00110          ONE HUNDRED AND TEN
G = 00111          ONE HUNDRED AND ELEVEN
H = 01000          ONE THOUSAND

Get It?

It just keeps going like that, next highest possible number only involving 1s and 0s. Until you reach Z.


-----------------------------

Now bring it all together, the 3 case digits stuck to the 5 letter digits to make...

Example

D = 01000100
d = 01100100

-----------------------------

Enjoy Your Newly Found Binary Skillz... and remember, Nerdiness is good in the long run.

-----------------------------

If you would like to copy this guide and repost it somewhere else, please give me credit as the Author.

Peace d00dz


EDIT: I typo'd what A was, putting me in auto-pilot to make everything else one letter out. Fixed.
« Last Edit: January 17, 2008, 11:49:08 PM by ProperBritish »


Quote from: ≤Ʀαωгу≥
you know who i would bone? daffy duck

Offline ryan0

  • I EAT STUFF
  • Millennium Poster
  • *
  • Posts: 1128
  • Post quality +0/-0
  • Gender: Male
  • I LIEK CHEEEEZE
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #1 on: January 17, 2008, 12:31:45 PM »
thats awesome!
Derp.

Offline ProperBritish

  • Acid Modder
  • *
  • Posts: 856
  • Post quality +0/-0
  • Gender: Male
  • Raining Blood! From A Lacerated Sky!
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #2 on: January 17, 2008, 02:02:20 PM »
Thanks!


Quote from: ≤Ʀαωгу≥
you know who i would bone? daffy duck

Offline FreeK

  • a-LeeK
  • Acidmods Alumni
  • E = MC² Mad Scientist
  • *
  • Posts: 1980
  • Post quality +3/-0
  • Gender: Male
  • Team CYBER for life
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #3 on: January 17, 2008, 02:08:57 PM »
ive been wondering how to decode all that stuff for a while now, and the secret has finally been told
thx PB

Offline Reaper

  • Fear the Reaper!
  • Acidmods Alumni
  • Around the block
  • *
  • Posts: 2765
  • Post quality +1/-0
  • Gender: Male
  • Fear the Reaper
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #4 on: January 17, 2008, 02:49:07 PM »
I wrote something here, can you tell me what it says...

010000010111011101110111011101110010000001111001011001010110000101101000001000000110001001100001011000100111100100100001

Offline aZiZ1

  • Granny Spanker
  • *
  • Posts: 492
  • Post quality +0/-0
  • Gender: Male
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #5 on: January 17, 2008, 06:20:52 PM »
Lol reaper that could take a while to decipher, im just going to go ahead and say that" Hello everyone this looks like fun."

Offline *FuFa

  • learn2/spell/
  • Millennium Poster
  • *
  • Posts: 1316
  • Post quality +0/-0
  • Gender: Male
  • Spam King Barfday Boy¯\(°_o)/¯ ¯\(°_o)/¯ ¯\(°_o)/¯
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #6 on: January 17, 2008, 06:28:28 PM »
I wrote something here, can you tell me what it says...

010000010111011101110111011101110010000001111001011001010110000101101000001000000110001001100001011000100111100100100001

Awww yeah baby!


E: Oh yeah here I go

0100011001010101010000110100101100100000010110010100010101000001010010000010000001010011010001010100000101001011010010010100111001000111
« Last Edit: January 17, 2008, 06:30:13 PM by *FuFa »

Have no shame in being kindly and gentle, but if the time comes in the time of your life to kill, kill and have no regret. In the time of your life, live so that, in that wonderous time you shall not add to the misery and sorrow of the world, but shall smile to the infinite delight and mystery of it.

Offline Reaper

  • Fear the Reaper!
  • Acidmods Alumni
  • Around the block
  • *
  • Posts: 2765
  • Post quality +1/-0
  • Gender: Male
  • Fear the Reaper
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #7 on: January 17, 2008, 08:43:58 PM »
0100110001001101010000010100111100100000001000000101001101010101010000110100101100100000010110010100010101000001010010000010000001000110010001010100000101001011010010010100111001000111000011010000101001000110010011110101010001001000010001010101001000100000010011010101010101000011010010110100010101010010

Offline ProperBritish

  • Acid Modder
  • *
  • Posts: 856
  • Post quality +0/-0
  • Gender: Male
  • Raining Blood! From A Lacerated Sky!
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #8 on: January 17, 2008, 11:43:16 PM »
I made a typo. Fixed on the 1st post. A is actually 00001 not 00000

Sorry :P


Quote from: ≤Ʀαωгу≥
you know who i would bone? daffy duck

Offline ProperBritish

  • Acid Modder
  • *
  • Posts: 856
  • Post quality +0/-0
  • Gender: Male
  • Raining Blood! From A Lacerated Sky!
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #9 on: January 17, 2008, 11:53:39 PM »
I made a typo. Fixed on the 1st post. A is actually 00001 not 00000

As my EDIT note says, I was on auto-pilot, making every letter one out.

Sorry :P


Quote from: ≤Ʀαωгу≥
you know who i would bone? daffy duck

Offline MaO

  • Granny Spanker
  • *
  • Posts: 362
  • Post quality +0/-0
  • Gender: Male
Re: Improve Your Binary Skillz - Nerds Welcome
« Reply #10 on: January 18, 2008, 07:35:45 AM »
Awww yeah baby!


E: Oh yeah here I go

0100011001010101010000110100101100100000010110010100010101000001010010000010000001010011010001010100000101001011010010010100111001000111

0100111101001000010010000100100000100000010110010100111101010101001000000101001101000001010010010100010000100000010001100101010101000011010010110010000100100001001000010010000100100000010101000100100001000001010101000010000001001001010100110010000001000001010001110100000101001001010011100101001101010100001000000101010001001000010001010010000001010010010101010100110001000101010100110010000001001000010000010100100001000001

 

SMF spam blocked by CleanTalk
SimplePortal 2.3.5 © 2008-2012, SimplePortal