# Bit, Byte? 位元, 位元組? ## 📌Introduction 1. 位元(Bit,亦稱二進制位):指二進位中的一位,是資訊的最小單位,縮寫為"b"。 2. 位元組(Byte):一個位元組代表八個位元,縮寫為"B"。 > 1 Byte = 8 bits ## 📌Decimal v.s. Binary | 【Decimal】 | power | 【Binary】 | power | |:-----------:|:-----:|:----------:|:-----:| | KB | 10^3 | KiB | 2^10 | | MB | 10^6 | MiB | 2^20 | | GB | 10^9 | GiB | 2^30 | | TB | 10^12 | TiB | 2^40 | | PB | 10^15 | PiB | 2^50 | | EB | 10^18 | EiB | 2^60 | | ZB | 10^21 | ZiB | 2^70 | | YB | 10^24 | YiB | 2^80 | ## 📌Fun Fact 上圖表格是來自Wiki的定義,然而我們口語常說的50Gigabytes(50GB)其實是50Gibibytes (50 GiB),但能溝通就好,實際怎麼叫就不重要了XD。有學過計算機概論的人 1GB = 1024MB 應該不會搞混吧哈哈哈。 ## 📌Comments Please feel free to correct my mistakes in the article😊. If u have any further questions or cooperation opportunities, please contact me via Email📬: willie880201044@gmail.com ## 📌References 1. 位元Wiki: https://reurl.cc/83AAZX 2. 位元組Wiki: https://reurl.cc/MAmm53 3. 儲存容量單位:Bit, Byte, KB, MB, GB, TB , PB, EB, ZB, YB: https://reurl.cc/XWrYD3