什么是进制转换?
进制转换是将一个数从一种进位制表示转换为另一种进位制表示的过程。计算机内部使用二进制,而人类日常使用十进制,编程中经常使用八进制和十六进制。
常见进制及其用途:
- 二进制(Base-2):计算机底层表示,只有 0 和 1
- 八进制(Base-8):Unix 文件权限表示,如 755
- 十进制(Base-10):日常使用的数字系统
- 十六进制(Base-16):颜色代码(#FF0000)、内存地址、调试输出
本工具支持 2 到 36 进制之间的任意互转,点击结果即可复制。
What is Number Base Conversion?
Number base conversion is the process of converting a number from one numeral system to another. Computers use binary internally, humans use decimal daily, and programmers often use octal and hexadecimal.
Common bases and their uses:
- Binary (Base-2) — Computer's internal representation, only 0 and 1
- Octal (Base-8) — Unix file permissions, e.g. 755
- Decimal (Base-10) — The everyday number system
- Hexadecimal (Base-16) — Color codes (#FF0000), memory addresses, debug output
This tool supports conversion between any base from 2 to 36. Click a result to copy it.