My own explanation on binary system (thread)
If u see 8 digits of 0 and 1 u can divide those into half 4-4 groups.
The first 4 represents its group whereas the latter represents their rank+
(this is the chart that I roughly made)
If u see 8 digits of 0 and 1 u can divide those into half 4-4 groups.
The first 4 represents its group whereas the latter represents their rank+
(this is the chart that I roughly made)
The most common system being used is ASCII where u can express both upper and lower case letters and special cases.
Groups can be divided into 5 groups
A-O : 0100
P-Z : 0101
a-o : 0110
p-z : 0111
0-9 : 0011
Groups can be divided into 5 groups
A-O : 0100
P-Z : 0101
a-o : 0110
p-z : 0111
0-9 : 0011
And the way how rank works is U can just list the alphabets/ numbers in groups. Eg, A can be ranked as 1 and then B will be 2, C will be 3 and so on.
I will give u an example
If u see 01000100, U can divide these into 0100-0100
Those first 0100 represents their group which is "A-O" (upper case) and the latter 0100 represents its rank which is at 4th place. And in alphabets, d comes 4th right.. so
0100 represents "D"
If u see 01000100, U can divide these into 0100-0100
Those first 0100 represents their group which is "A-O" (upper case) and the latter 0100 represents its rank which is at 4th place. And in alphabets, d comes 4th right.. so
0100 represents "D"
So if we put 0100-0100 together it& #39;s upper case "D"
If u want to represent lower case "d" u can just change the group from "0100" to " 0110"
Then 0110-0100 will represents lower case "d"
If u want to represent lower case "d" u can just change the group from "0100" to " 0110"
Then 0110-0100 will represents lower case "d"
This is the most that I can explain so I hope u understand...but it& #39;s not necessary to know all u can just use some online convertor or charts
https://abs.twimg.com/emoji/v2/... draggable="false" alt="🤣" title="Lachend auf dem Boden rollen" aria-label="Emoji: Lachend auf dem Boden rollen"> I just made this thread so i can revise what i know so far ....also If u have problems understanding u can ask me freely >~<
For me, it& #39;s hard to read it without using charts. Anyway have fun solving those. It& #39;s really fun!~♡
01010011 01010101 01010000 01010000 01010010 01010100 01001111 0100110 0100101 01010101 01010011
(And yes I take down the old one because I explained about different systems)
01010011 01010101 01010000 01010000 01010010 01010100 01001111 0100110 0100101 01010101 01010011
(And yes I take down the old one because I explained about different systems)
Tell me if I said something wrong
It has been ages since I use this coding
It has been ages since I use this coding