[quote author=“alphauser”]now it works. if so, why all those media say “4.7G”? little bit confusing..
Every human activity generates its own jargon and it’s much easier and faster to say or write four kilobytes as 4KB than 4096 bytes or, God forbid, 4.096K bytes. When you get to the millions and billions those extra few bytes really add up. One GB is actually 1,073,741,824 bytes.
Throw in some marketing types as confused as you and they’d rather tell you the disc has 4.7 gigabytes (which it does). Your eight bit based machine and the folks who write the software see those bytes as 4.3GB
If you’re interested:
It just kinda worked out that way since we’re still tied to our roots. Under the binary system one bit can represent two states, 0 or 1. Two bits allow us to count (in decimal) up to four. Seven bits provides 128 possible combinations and eight bits gives us 256.
Originally ASCII (American Standard Code for Information Interchange) was seven bits. Enough for the alphabet, numbers, a few special characters and some control codes like enter, delete, backspace etc. Bit number eight was used as a simple form of error checking. Western Union was king of the data hill and sophisticated ebusiness was by telegram.
With the need for more special or non-English characters and control codes, the eighth bit was stolen to allow 256 possibilities. Thus eight became the magic number for storage, processing and data transfer.