What is it?

A simple calculator geared towards converting data sizes.

For example, I often need to do some conversions from bytes to something more human-readable:

585828

👇

572.10 KB

You can even do math! Say we transferred 233033728 bytes in 7 days, we can divide by 7 to get the per-day number.

233033728/7

👇

910.29 KB

Where can I find it?

I’ve got a version anybody can use at dacort.github.io/byteable-calc/.

Is it open source?

Yes! dacort/byteable-calc