단위 변환

데이터 용량 변환

KB·MB·GB·TB를 변환

변환 결과

Converted value

0.000977MB

기준 환산Reference rate1 KB = 0.000977 MB
참고: 이 계산기는 이진(1024) 기준입니다(KB=1024B, KiB 관습). 10진(1000) 기준과는 값이 다를 수 있습니다. Note: This tool uses binary (1024) units (KB=1024B, KiB convention), which differ from decimal (1000) based units.
데이터 용량 변환이란?

데이터 용량 변환은 비트(bit)·바이트(B)·킬로바이트(KB)·메가바이트(MB)·기가바이트(GB)·테라바이트(TB)·페타바이트(PB) 사이에서 값을 서로 환산하는 작업입니다. 파일 크기 확인, 저장장치 용량 비교, 인터넷 속도(bit)와 다운로드 용량(byte) 환산 시 자주 필요합니다. 본 계산기는 모든 단위를 바이트(B)를 기준으로, 이진(1024) 단위로 환산합니다.

사용 방법

변환할 을 입력하고 원본 단위대상 단위를 선택하면 자동으로 계산 결과가 표시됩니다. 두 단위를 서로 바꾸고 싶다면 단위 바꾸기 버튼을 누르면 됩니다.

결과 = 입력값 × 원본 단위 계수(byte) ÷ 대상 단위 계수(byte)

주요 단위 환산표 (1바이트 기준, 이진)
데이터 용량 단위별 1byte 대비 환산 계수(이진 1024)
단위기호1바이트 기준 값
비트bit8 bit
바이트B1 B
킬로바이트KB0.000977 KB
메가바이트MB9.54e-7 MB
기가바이트GB9.31e-10 GB
테라바이트TB9.09e-13 TB
페타바이트PB8.88e-16 PB

자주 쓰는 변환 예: 1GB=1,024MB(이진), 1MB=1,024KB, 1바이트=8비트입니다.

참고용 안내: 저장장치 제조사가 흔히 쓰는 10진(1000) 기준과 운영체제의 이진(1024) 기준은 값이 다르므로, 표기된 용량과 실사용 용량에 차이가 있을 수 있습니다.
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진(1000) 기준과 이진(1024) 기준의 표기 차이
단위10진 대비 이진 차이예시
KB vs KiB2.40%1,000B vs 1,024B
MB vs MiB4.86%10⁶B vs 1024²B
GB vs GiB7.37%10⁹B vs 1024³B
TB vs TiB9.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.

For reference only: manufacturers often use decimal (1000) units while operating systems use binary (1024) units, so displayed and actual usable capacity may differ.
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.

Decimal (1000) vs. binary (1024) labeling gap
UnitBinary vs. decimal gapExample
KB vs KiB2.40%1,000B vs 1,024B
MB vs MiB4.86%10⁶B vs 1024²B
GB vs GiB7.37%10⁹B vs 1024³B
TB vs TiB9.95%10¹²B vs 1024⁴B
1GB는 몇 MB인가요?
이 계산기는 이진(1024) 기준으로 계산하므로 1GB는 1,024MB, 1,048,576KB에 해당합니다.
1바이트(B)는 몇 비트(bit)인가요?
1바이트는 8비트입니다. 반대로 1비트는 0.125바이트입니다.
1000 단위와 1024 단위는 왜 다른가요?
저장장치 제조사는 흔히 10진(1000) 기준으로 GB를 표기하지만, 운영체제는 이진(1024) 기준 GiB로 용량을 표시해 실제보다 적어 보이는 차이가 생깁니다. 이 계산기는 이진(1024) 기준으로 계산합니다.
"1TB" 저장장치가 컴퓨터에서는 왜 931GB로 보이나요?
제조사는 1TB를 10진(1000) 기준 1,000,000,000,000바이트로 표기하지만, 운영체제는 이진(1024) 기준으로 용량을 계산해 1,000,000,000,000 ÷ 1024³ ≈ 931GiB로 표시하기 때문입니다. 저장장치가 고장 나거나 용량이 줄어든 것이 아니라 두 단위 체계의 정의 차이입니다.
KiB·MiB·GiB는 왜 따로 생겼나요?
1998년 국제전기기술위원회(IEC)가 1,024 기준(이진)과 1,000 기준(10진)의 혼란을 없애기 위해 KiB=1,024B처럼 이진 전용 접두어를 별도로 만들었습니다. 다만 실제 소프트웨어·운영체제에서는 여전히 KB·MB·GB 표기를 관행적으로 섞어 쓰는 경우가 많습니다.
단위가 커질수록 10진·이진 차이는 왜 더 벌어지나요?
1,024는 1,000보다 2.4% 크고, 이 차이가 거듭제곱될수록 누적되기 때문입니다. KB 단계에서는 2.4%였던 차이가 GB 단계에서는 7.37%, TB 단계에서는 9.95%까지 벌어집니다.
How many MB is 1 GB?
This tool uses binary (1024) units, so 1 GB equals 1,024 MB, or 1,048,576 KB.
How many bits is 1 byte?
1 byte equals 8 bits. Conversely, 1 bit equals 0.125 bytes.
Why do 1000-based and 1024-based units differ?
Storage manufacturers commonly label capacity in decimal (1000) units, while operating systems display binary (1024) GiB units, making usable capacity look smaller. This tool uses binary (1024) units.
Why does a "1TB" drive show up as 931GB on my computer?
Manufacturers label 1TB as 1,000,000,000,000 bytes in decimal (1000) units, while the OS computes capacity in binary (1024), showing 1,000,000,000,000 ÷ 1024³ ≈ 931GiB. The drive isn't defective or short — it's just two different unit definitions.
Why do KiB, MiB and GiB exist separately?
In 1998 the International Electrotechnical Commission (IEC) created dedicated binary prefixes like KiB = 1,024B to resolve the confusion between 1,024-based (binary) and 1,000-based (decimal) units. In practice, though, software and operating systems still mix KB/MB/GB labeling conventionally.
Why does the decimal-vs-binary gap widen at larger units?
Because 1,024 is 2.4% larger than 1,000, and that gap compounds with each power. The 2.4% difference at the KB level grows to 7.37% at GB and 9.95% at TB.