Skip to content

100 Bytes to Kilobytes

100 B = 0.1 kB (bytekilobyte)

100 B = 0.1 kB

100 bytes (B) equals 0.1 kilobytes (kB). The conversion uses the exact factor 0.001: 100 × 0.001 = 0.1.

0.1
FormulaKilobytes = Bytes × 0.001
Quick

100 B in context

How 100 bytes compares to its arithmetic neighbours, converted to kilobytes.

Relationbyteskilobytes
÷1010 B0.01 kB
÷2 (half)50 B0.05 kB
×1 (this value)100 B0.1 kB
×2 (double)200 B0.2 kB
×5500 B0.5 kB
×101000 B1 kB

When to use byteskilobytes

Bytes to kilobytes divides by 1000 under the decimal (SI/IEC) convention this site uses by default — the convention disk-capacity marketing and most modern OS file managers follow. Older Windows versions (up to Vista) used 1024 instead, which is technically the kibibyte (KiB); that's why a '1 GB' USB stick sometimes shows as 931 'MB' in an old file browser — same bytes, different divisor.

Front-end developers watch this conversion closely when budgeting a page's asset weight: a performance target of under 200 kB of JavaScript is 200,000 bytes, and a bundler's raw byte-count output has to be divided by 1000 (not 1024) to check against that budget correctly if the target follows the decimal convention this site uses. Getting the wrong divisor by even 2.4% can make a bundle look compliant when it quietly exceeds the real performance budget.

How to convert bytes to kilobytes

  1. Take your value

    Start with your value in bytes.

  2. Multiply by 0.001

    Multiply the byte value by 0.001. This is the exact conversion factor from bytes to kilobytes.

  3. Read the result

    The product is your value in kilobytes. For example, 5 B × 0.001 = 0.005 kB.

Conversion formula

The exact factor from bytes to kilobytes is 0.001.

Kilobytes = Bytes × 0.001

Bytes to Kilobytes conversion table

Fifty common reference values, hand-picked for skim utility. Use the calculator above for any value not listed.

Conversion table from bytes to kilobytes
Bytes (B)Kilobytes (kB)
1 B0.001 kB
8 B0.008 kB
16 B0.016 kB
64 B0.064 kB
100 B0.1 kB
256 B0.256 kB
500 B0.5 kB
512 B0.512 kB
1000 B1 kB
1024 B1.024 kB
2000 B2 kB
2048 B2.048 kB
4096 B4.096 kB
5000 B5 kB
8192 B8.192 kB
10000 B10 kB
16384 B16.384 kB
25000 B25 kB
32768 B32.768 kB
50000 B50 kB
65536 B65.536 kB
100000 B100 kB
131072 B131.07 kB
250000 B250 kB
500000 B500 kB
524288 B524.29 kB
1000000 B1000 kB
1048576 B1048.6 kB
2000000 B2000 kB
5000000 B5000 kB
10000000 B10000 kB
50000000 B50000 kB
100000000 B100000 kB
500000000 B500000 kB
1000000000 B1000000 kB
2000000000 B2000000 kB
5000000000 B5000000 kB
10000000000 B10000000 kB
50000000000 B50000000 kB
100000000000 B100000000 kB
500000000000 B500000000 kB
1000000000000 B1000000000 kB
2000000000000 B2000000000 kB
5000000000000 B5000000000 kB
10000000000000 B10000000000 kB
100000000000000 B100000000000 kB
1000000000000000 B1000000000000 kB
10000000000000000 B10000000000000 kB
100000000000000000 B100000000000000 kB
1000000000000000000 B1.0000 × 10^15 kB

Real-world reference

A single ASCII character is 1 byte. A small SVG icon is around 1 kB.

Frequently asked questions

What is 100 bytes in kilobytes?
100 bytes equals 0.1 kilobytes.
What is half of 100 B in kilobytes?
Half of 100 B is 50 B, which equals 0.05 kilobytes.
What is 200 B (double 100) in kilobytes?
200 B equals 0.2 kilobytes — exactly twice the 0.1 kilobytes you get from 100 B, since the conversion is linear.
Is 100 B a lot in kilobytes?
100 B converts to 0.1 kilobytes. That's less than a single kilobyte.
How is 100 B to kB calculated?
100 B × 0.001 (the exact byte-to-kilobyte factor) = 0.1 kB.

About the byte and the kilobyte

The byte

A byte is 8 bits — the smallest addressable unit on virtually every modern computer. ASCII text is one byte per character; UTF-8 ranges from 1 to 4 bytes per character.

The kilobyte

The kilobyte (kB) equals exactly 1,000 bytes in the SI/IEC decimal convention. Most modern OS file managers and storage-vendor marketing use this definition. Older operating systems (Windows up to Vista) used 1 kB = 1,024 B — that value is now strictly called the kibibyte (KiB).

Sources