Results 1 to 11 of 11

Thread: Bytes > Kilobytes

  1. #1
    Recognized Member Xander's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    5,333
    Contributions
    • Former Cid's Knight

    Bytes > Kilobytes

    Ahh, stupid question but I can never remember how you turn bytes into kilobytes. So when I'm checking the size of images I see 1000 bytes or 10000 bytes or something but how much is this in KB?
    rawr

  2. #2
    Sane Scientist Bahamut2000X's Avatar
    Join Date
    May 2001
    Location
    Elsewhere
    Posts
    4,036

    Default

    I believe that 1000 bytes equals 1 KB.
    This space intentionally left blank.

  3. #3
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    <div align="justify">http://en.wikipedia.org/wiki/Binary_prefix

    KB is confusing since it can either mean 1000 or 1024 (2<sup>10</sup>) bytes, depending on what you feel like, basically Or both at the same time, in the case of floppy disks, according to that site.

    Windows Explorer uses powers of 1024 though, and in general this is what you want to use when working with file sizes, as 1024 is generally more commonly accepted. You can use the 1000 as an approximation if you want and are too lazy to get a calculator out, but remember it's only an approximation then vBulletin uses powers of 1024 internally as well.

    It's a lot safer to use KiB instead of KB (and the binary versions of all the prefixes), since that can <i>only</i> mean 1024 bytes (or the appropriate binary factor) and never be a confusing mix of the two, and removes the need of specifying which of the two you mean exactly as well </div>
    Problems playing downloaded videos? Try CCCP


  4. #4
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Just always use 1024. It's rarer to see KB used as 1000 bytes, from my experience.

  5. #5
    Recognized Member Xander's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    5,333
    Contributions
    • Former Cid's Knight

    Default

    Ah, thanks everyone.
    rawr

  6. #6
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Its the same with Megabytes and Gigabytes, and its all to do with the radius of a disc...
    FOA

  7. #7
    ..a Russian mountain cat. Yamaneko's Avatar
    Join Date
    Aug 2001
    Location
    Los Angeles, CA
    Posts
    15,927
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    I'm pretty sure 1000kb = 1mb and 1000mb = 1gb. It's only with bytes to kb, I believe. I could be wrong though.

  8. #8
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    Originally posted by Yamaneko
    I'm pretty sure 1000kb = 1mb and 1000mb = 1gb. It's only with bytes to kb, I believe. I could be wrong though.
    yeap, you are, scary eh?


    Edit: And did you know one byte is one character, ie a letter a, wowsies, rofl.
    FOA

  9. #9
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    <i>I'm pretty sure 1000kb = 1mb and 1000mb = 1gb. It's only with bytes to kb, I believe. I could be wrong though.</i> --Yamaneko

    I think it's always powers of 2 actually. But people do use different definitions of MB and GB too, so yeah.

    <i>Edit: And did you know one byte is one character, ie a letter a, wowsies, rofl.</i> --Baloki

    Never heard of Unicode then, I guess.

  10. #10
    Last Exile Baloki's Avatar
    Join Date
    Sep 2003
    Location
    Dreaming a dream~
    Posts
    8,425
    Articles
    5
    Blog Entries
    2

    FFXIV Character

    Baloki Kyuu (Sargatanas)
    Contributions
    • Former Senior Site Staff

    Default

    I give up, you don't even get my lame jokes...
    FOA

  11. #11
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    <div style="text-align: justify;">
    Originally posted by Yamaneko
    I'm pretty sure 1000kb = 1mb and 1000mb = 1gb. It's only with bytes to kb, I believe. I could be wrong though.
    Nothing can be more annoying than when people mix 1024 and 1000 at the same time in the same unit e.g. using 1024 x 1000 to get from byte to KB to MB (common when measuring the size of a 1.44 "MB" floppy disk) - you're just trying to be confusing then changing between conventions in the same breath Like Unne said, just stick to 1024 for all powers since that's the most common usage almost everywhere - HD sizes quoted by HD manufacturers are the only ones that consistently use 1000 instead to make it seem their drives hold more than if quoted using powers of 1024.</div>
    Problems playing downloaded videos? Try CCCP


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •