不喜欢广告? 去 无广告 今天
IEEE 754 浮点数转换器
数据开发人员
广告 · 消除?
广告 · 消除?
指导
IEEE 754 浮点数转换器
Explore how computers represent decimal numbers in binary with this interactive IEEE 754 converter. Enter any decimal number and instantly see its binary representation broken down into sign, exponent, and mantissa components.
如何使用
1. Enter a decimal number in the input field (e.g., 3.14, -0.1, 255).
2. Select the precision: Half (16-bit), Single (32-bit), or Double (64-bit).
广告 · 消除?
3. View the complete bit breakdown showing sign bit, exponent, and mantissa.
4. See the hex representation, biased/unbiased exponent, and reconstruction formula.
5. You can also input binary or hex values to convert back to decimal.
特征
- Three Precisions – Half (16-bit), Single (32-bit), and Double (64-bit) IEEE 754 formats
- Visual Bit Breakdown – Color-coded sign, exponent, and mantissa fields
- Hex Representation – See the hexadecimal encoding alongside binary
- Exponent Details – View both biased and unbiased exponent values
- Special Values – Correctly handles ±Infinity, NaN, ±0, and subnormal numbers
- 公式显示 – Shows the mathematical reconstruction: (-1)^sign × 2^(exp-bias) × 1.mantissa
- Real-Time – Conversion updates instantly as you type
