Remove these ads by
Signing Up
Remove these ads by
Signing Up
Remove these ads by
Signing Up
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
All sequence us 8 digets or 1 & 0s
For example 01110011= s
The first two digets is always 01 for letters
The 3rd number is if the letter is a capital or not 1=lower case 0=upper case
The 4th number is which group there in 0=the letter a to o 1=the letter p to z
The last 4 digits have values 8 4 2 1 (in that order) then you need to find out how many numbers down the alfabet your letter is if its the 6th number then you write 0110 at the end. A=0001 b=0002 ect but when you get to p then you say it is in the group 1 ( digit 4)
And p=0000 q=0001 r=0010 ect
P.s. sorry if it isnt very clear its kinda confusing to explain
The only thing that i found relevant was the chart of the binary system's place value.
the binary system works exactly like the decimal system.
Decimal Number Explanation:
--Breaking Down 537--
we have a 5 in the 100's place = 5 * 100 = 500
we have a 3 in the 10's place = 3 * 10 = 30
we have a 7 in the 1's place = 2 * 1 = 7
500 + 30 + 7 = 537.
Binary Number Explanation:
--Breaking Down 101--
we have a 1 in the 4's place = 1 * 4 = 4
we have a 0 in the 2's place = 0 * 2 = 0
we have a 1 in the 1's place = 1 * 1 = 1
4 + 0 + 1 = 5.
thus, 101 (in binary numbers) is equal to 5 (in decimal numbers)
As far as I am aware, there is no universally accepted binary conversion to the Latin alphabet (the Latin alphabet being a-z, the one I am currently using)
I, personally, would start "A" at 00000000. "B" would have a value of 00000001. "C" would be 00000010 and so on and so forth until "Z" came about. after that, i would have a total of 230 (256 binary combinations - 26 Latin letter) binary values left for punctuation marks, symbols, capitalization indicators, and a host of commonly used words such as
The, And, What, Where, When, Why, How, (etc)...
I would love to hear your and anyone else's thoughts on this subject.
Respectfully disapproving
Rtty
This doesn't explain binary the easy way.
I've never heard step 2 before, but this is what you say:
a to z is (base10) 1 to 26, binary 00001 to 11010 - you need 5 bits, but you've reserved 4(!) bits for upper/lower case.
I guess you meant 01000000 for the SPACE?
Have you heard of character-sets?
(And only 1 of your images is useful)
L
It is a nice instructable but some errors in it as as L pointed out. Just correct them and you will have an even better instructable.
L