데이터 용량 변환
KB·MB·GB·TB를 변환
변환 결과
Converted value
0.000977MB
데이터 용량 변환이란?
데이터 용량 변환은 비트(bit)·바이트(B)·킬로바이트(KB)·메가바이트(MB)·기가바이트(GB)·테라바이트(TB)·페타바이트(PB) 사이에서 값을 서로 환산하는 작업입니다. 파일 크기 확인, 저장장치 용량 비교, 인터넷 속도(bit)와 다운로드 용량(byte) 환산 시 자주 필요합니다. 본 계산기는 모든 단위를 바이트(B)를 기준으로, 이진(1024) 단위로 환산합니다.
사용 방법
변환할 값을 입력하고 원본 단위와 대상 단위를 선택하면 자동으로 계산 결과가 표시됩니다. 두 단위를 서로 바꾸고 싶다면 단위 바꾸기 버튼을 누르면 됩니다.
결과 = 입력값 × 원본 단위 계수(byte) ÷ 대상 단위 계수(byte)
주요 단위 환산표 (1바이트 기준, 이진)
| 단위 | 기호 | 1바이트 기준 값 |
|---|---|---|
| 비트 | bit | 8 bit |
| 바이트 | B | 1 B |
| 킬로바이트 | KB | 0.000977 KB |
| 메가바이트 | MB | 9.54e-7 MB |
| 기가바이트 | GB | 9.31e-10 GB |
| 테라바이트 | TB | 9.09e-13 TB |
| 페타바이트 | PB | 8.88e-16 PB |
자주 쓰는 변환 예: 1GB=1,024MB(이진), 1MB=1,024KB, 1바이트=8비트입니다.
KB는 1,000일까요 1,024일까요 — "1TB=931GiB" 표기 혼란의 진짜 원인
데이터 용량 단위 혼란의 근본 원인은 KB(킬로바이트)라는 이름이 두 가지 값을 동시에 가리켜 왔기 때문입니다. 국제단위계(SI)의 '킬로'는 원래 1,000배를 뜻하지만, 컴퓨터는 2진수로 동작해 2¹⁰=1,024가 더 자연스러운 경계값입니다. 이 혼선을 없애기 위해 국제전기기술위원회(IEC)는 1998년 이진 접두어(KiB=1,024B, MiB=1,024²B, GiB=1,024³B)를 별도로 제정했지만, 실제로는 운영체제·소프트웨어마다 여전히 KB·MB·GB로 표기하면서 내부적으로는 1024를 쓰기도, 1000을 쓰기도 해 혼란이 남아 있습니다.
이 차이가 가장 크게 체감되는 곳이 저장장치 용량 표기입니다. 하드디스크·SSD 제조사는 관행적으로 10진(1000) 기준을 사용해 "1TB"를 1,000,000,000,000바이트로 표기하지만, 윈도우 같은 운영체제는 이진(1024) 기준으로 용량을 계산해 이를 931GiB로 표시합니다(1,000,000,000,000 ÷ 1024³ = 931.32). 그래서 "분명 1TB 제품을 샀는데 컴퓨터에는 931GB로 뜬다"는 것은 고장이나 사기가 아니라, 두 표기 체계의 정의 차이 때문입니다. 이 격차는 단위가 커질수록 누적되어 벌어집니다.
| 단위 | 10진 대비 이진 차이 | 예시 |
|---|---|---|
| KB vs KiB | 2.40% | 1,000B vs 1,024B |
| MB vs MiB | 4.86% | 10⁶B vs 1024²B |
| GB vs GiB | 7.37% | 10⁹B vs 1024³B |
| TB vs TiB | 9.95% | 10¹²B vs 1024⁴B |
What is data size conversion?
Data size conversion translates a value between bit, byte (B), kilobyte (KB), megabyte (MB), gigabyte (GB), terabyte (TB) and petabyte (PB). This tool converts every unit through a common byte (B) base using binary (1024) units.
How to use it
Enter a value, choose the from and to units, and the result updates automatically. Use Swap units to flip the two selections.
Result = value × (from-unit bytes) ÷ (to-unit bytes)
Unit reference & notes
Common conversions: 1GB = 1,024MB (binary), 1MB = 1,024KB, 1 byte = 8 bits.
Is KB 1,000 or 1,024? The real reason "1TB = 931GiB" confuses people
The root cause of data-size confusion is that the name "KB" (kilobyte) has referred to two different values at once. In the SI system, "kilo" means 1,000×, but computers operate in binary, where 2¹⁰ = 1,024 is the more natural boundary. To resolve the ambiguity, the International Electrotechnical Commission (IEC) introduced dedicated binary prefixes (KiB = 1,024B, MiB = 1,024²B, GiB = 1,024³B) in 1998 — but in practice, operating systems and software still label things KB/MB/GB while sometimes meaning 1024 and sometimes meaning 1000, so the confusion persists.
This gap is most noticeable in storage device labeling. Hard drive and SSD makers conventionally use decimal (1000) units, so "1TB" means 1,000,000,000,000 bytes — but an OS like Windows computes capacity in binary (1024) and displays that same drive as 931 GiB (1,000,000,000,000 ÷ 1024³ = 931.32). So "I bought a 1TB drive but my computer shows 931GB" isn't a defect or a scam — it's simply two different unit definitions. The gap widens as the unit gets larger.
| Unit | Binary vs. decimal gap | Example |
|---|---|---|
| KB vs KiB | 2.40% | 1,000B vs 1,024B |
| MB vs MiB | 4.86% | 10⁶B vs 1024²B |
| GB vs GiB | 7.37% | 10⁹B vs 1024³B |
| TB vs TiB | 9.95% | 10¹²B vs 1024⁴B |