Some PHP insight ...

i dont think you konow how to do that do you? look im doing a cource in electronics and computing and that is correct not yours. im shore of that.
 
010001 011000 100000 011100 011101 010001 001010 011101

says absolutly nothing

since 1000 in hex is 4096 (that was the largest number you could put in to the calculator I found!) and the highest number used in the ASCII table is 127, (which is why each charector can be symbolised with 8 bits) you can symbolise all ASCII characters with only two chars in hex (why have you tried to use 6?)

so we've determined what you wrote isn't binary.
it isn't hex.
it's not even the bit patterns that would make hex (since there is only 6 numbers and not 8)

I don't know what electronics course you are taking or where you are taking it, but I'd leave now. (they don't even teach you how to spell COURSE!)

and before you argue with me, I do know what i'm talking about because I did GCSE electronics, A level electronics and am just finishing my degree (again in electronics). I've also studied computing.

I can tell you for sure, whoever taught yhou ASCII / HEX taught you wrongly.

-----------------------------------------------------------------
http://www.asciitable.com/

hows this
68 6f 77 73 20 74 68 69 73
h--o--w--s--space--t--h--i--s
 
Novartic will realise soon enough.

Oh; my Dad did an Electronics Degree! He only got a 3.1 - but he did destroy his project as day before it should have been on so he was lucky when you think about it! Not funny really; but I still laugh!

What are you going to get?
 
hopefully I'll get something like a 2:1 or a 2:2...

Thats of course assuming my project goes according to plan and works,

I'll probably be back appealing for people to test it and submit comments for me to write about in my report

(what is interesting?)
 
root said:
hopefully I'll get something like a 2:1 or a 2:2...

Thats of course assuming my project goes according to plan and works,

I'll probably be back appealing for people to test it and submit comments for me to write about in my report

(what is interesting?)
Good luck for your project

"(what is interesting?)"


All your binary info.
 
yer but if you count it. AAA

16+1=17 and 17 is 'h'
32 16 8 4 2 1
0 1 0 0 0 1

1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17
1,2,3,4,5,6,7,8,9, a , b, c, d , e, f, g, h.....
 
novartic said:
yer but if you count it. AAA

16+1=17 and 17 is 'h'
32 16 8 4 2 1
0 1 0 0 0 1

1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17
1,2,3,4,5,6,7,8,9, a , b, c, d , e, f, g, h.....
you can't just count it!

ASCII, -> American Standard Code for Information Interchange

You can't just change standards to suit yourself, just because you don't know the existing standards.
 
Back
Top Bottom