@randalserrano(View Post) First you've got to know binary. Basically, this is how it works: There's numbers that double themselves each line............... 1 2 4 8 16 32 64 128 Ext.
Each row adds together if the value is 1 If it's 0 it's not counted 00000000 would be 0 in decimal. 00000001 would be 1 in decimal. 00000010 would be 2 in decimal. 00000011 would be 3 in decimal. 00000100 would be 4 in decimal. Ext.
weird. that is confusing withing its self. how do you get 00000000 would be 0 in decimal. 00000001 would be 1 in decimal. 00000010 would be 2 in decimal. 00000011 would be 3 in decimal. 00000100 would be 4 in decimal? i don't get that whatsoever
it´s a system with only two digits, that in groups of 8bits, form characters or numbers.this groups are called bytes, and groups of bytes form different words or other things, and so on.. It's confusing but the hexadecimal system is more confusing... That´s ow it works, and that's how computers work...