數位數位轉換器
在二進位、十進位、十六進位和八進位數位系統之間精確轉換
2
10
16
8
位資訊
Bits
0
Byte(s)
0
Sign
Positive
IEEE 754
不是浮點數
轉換歷史
暫無轉化
關於 Number Systems
Binary (Base 2)
Uses only two digits: 0 and 1. Widely used in computing and digital systems because it can be easily represented by electronic switches (on/off).
Decimal (Base 10)
人類使用的標準數字系統。使用從 0 到 9 的 10 位數位。每個數位的位置代表 10 的冪。
Hexadecimal (Base 16)
使用 16 個符號:0-9 和 A-F。通常用於計算,以更緊湊和人類可讀的形式表示二進位數據。
Octal (Base 8)
使用從 0 到 7 的 8 位數位。歷史上用於計算,但與十六進位相比,今天不太常見。
轉換範例
10102 = 1010 = A16 = 128
25510 = 111111112 = FF16 = 3778
1A316 = 41910 = 1101000112 = 6438
758 = 6110 = 1111012 = 3D16