Fixed-Point Q-Format Converter (Qm.n)
Convert between real numbers and fixed-point Qm.n representations (signed Qm.n or unsigned UQm.n) used in DSP, embedded, and FPGA work. Configurable integer bits (m) and fractional bits (n), three rounding modes (round-half-up, round-to-even, truncate), two overflow modes (saturate, wrap), live resolution (2^-n) and representable range, exact quantization error, raw stored integer in dec / hex / bin, a clickable bit grid with integer | fraction split, and presets (Q7, Q15, Q31, UQ8.8, UQ16.16). BigInt-correct, 100% client-side.
Convert between real numbers and fixed-point Qm.n representations (signed Qm.n or unsigned UQm.n) used in DSP, embedded, and FPGA work. Configurable integer bits (m) and fractional bits (n), three rounding modes (round-half-up, round-to-even, truncate), two overflow modes (saturate, wrap), live resolution (2^-n) and representable range, exact quantization error, raw stored integer in dec / hex / bin, a clickable bit grid with integer | fraction split, and presets (Q7, Q15, Q31, UQ8.8, UQ16.16). BigInt-correct, 100% client-side. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.