|
Okay, i learn binary how each 8 digit section worked out blah blah added up and then with the total u can use it to get a ACSii character form the table...
But how can i do all this with a converter?
and where would i get a FULL acsll table from?
i think i could understand that i would take the inputted binary string split it into 8 digit segments and then split that into 8 and if the first one is one add 128 to the total and so on to get the total for that char
and then compare this to a table...
But firstly how do i split a string every X chars so i can create a array with each 8 digit binary part so i can then make my loop to go through de-coding it...
__________________
Discounted Web Hosting With XDnet! >> Get 25% of hosting~ Promo: Webmaster-talk <<
|