本文整理了常用进制(二进制、八进制、十进制、十六进制)的常见表示方法。 示例数字:十进制的226 二进制八进制十进制十六进制后缀表示法11100010B\textnormal{11100010B} 11100010B342O\textnormal{342O} 342O226(D)\textnormal{226(D)} 226(D)e2H\textnormal{e2H} e2H下标表示法111000102\textnormal{11100010}_{\textnormal 2} 1110001023428\textnormal{342}_{\textnormal 8} 342822610\textnormal{226}_{\textnormal{10}} 22610e216\textnormal{e2}_{\textnormal{16}} e216编程表示法0b11100010\textnormal{0b11100010} 0b111000100o342\textnormal{0o342} 0o3420d226\textnormal{0d226} 0d2260xe2\textnormal{0xe2} 0xe2