Bytes Humanizer — Free Online Tool

Turn raw byte counts into human-readable sizes in KiB/MiB (binary) or KB/MB (decimal), and parse sizes back to bytes.. Bytes Humanizer is a free online tool from the ToolsRift Developer Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.

Loading Bytes Humanizer

How to use Bytes Humanizer

Enter a byte count to see a readable size, or type a size like '5 MB' to get the exact byte value. Switch between binary (1024) and decimal (1000) units.

Frequently asked questions

What is the difference between KB and KiB?

KB is decimal (1000 bytes) while KiB is binary (1024 bytes). Storage is often sold in KB; memory and many tools use KiB.

Why does my file show a different size?

Operating systems disagree: Windows reports binary sizes labeled as KB/MB, while drive makers use decimal, causing the familiar mismatch.

Can I convert a size back to bytes?

Yes — enter a value with a unit like '1.5 GiB' and the tool returns the exact number of bytes it represents.

More Developer Tools

Number Formatter
Format numbers with locale-aware thousands separators and fixed decimals using the Intl API — US, EU, Indian and more.
Base64URL Encoder
Encode or decode UTF-8 text to URL-safe Base64 (base64url) with no padding — ideal for JWTs and query parameters.
JWT Generator (HS256)
Sign a JSON Web Token with HMAC-SHA256 from your header, payload and secret — output verifiable against jwt.io.
URL Encoder / Decoder
Percent-encode or decode text for URLs using encodeURIComponent or encodeURI, in both full-string and component modes.
JSON to Query String
Convert a JSON object into a URL query string with bracket notation for nested objects and arrays, fully percent-encoded.
Duration Humanizer
Convert milliseconds or seconds into a readable duration like 1d 2h 3m 4s, and break it down across every time unit.

← View all Developer Tools