๐ŸŒ
VisibleEarth
h-schmidt.net โ€บ FloatConverter โ€บ IEEE754.html
IEEE-754 Floating Point Converter
This page allows you to convert between the decimal representation of a number (like "1.02") and the binary format used by all modern CPUs (a.k.a. "IEEE 754 floating point").
๐ŸŒ
Baseconvert
baseconvert.com โ€บ ieee-754-floating-point
IEEE 754 Floating Point Converter - Base Convert
Online number base converter for binary, hexadecimal, octal, decimal, roman numerals, balanced ternary, negabinary, factorial, bijective, and any radix. Supports high precision and fractional values.
Discussions

How do you convert from IEEE 754 Floating Point to decimal without using a calculator?
There arent any decimals in the IEEE 754 standard so you'll have to clarify what you mean. More on reddit.com
๐ŸŒ r/askmath
5
1
May 1, 2019
ieee 754 - Equation to convert IEEE754 to decimal (normalised form) - Stack Overflow
Any help will be greatly appreciated! I have been working with IEEE754 floating point numbers(32-bit single precision), and i am trying to convert it to decimal normalised format. I have found two More on stackoverflow.com
๐ŸŒ stackoverflow.com
binary - How do I convert from a decimal number to IEEE 754 single-precision floating-point format? - Stack Overflow
How would I go about manually changing a decimal (base 10) number into IEEE 754 single-precision floating-point format? I understand that there is three parts to it, a sign, an exponent, and a mant... More on stackoverflow.com
๐ŸŒ stackoverflow.com
How to convert an IEEE single precision floating point to a decimal value - Stack Overflow
21 How do I convert from a decimal number to IEEE 754 single-precision floating-point format? More on stackoverflow.com
๐ŸŒ stackoverflow.com
People also ask

What is an IEEE754 floating-point number?

In computing, a floating-point number is a data format used to store fractional numbers in a digital machine. A floating-point number is represented by a series of bits (1s and 0s). Computers perform mathematical operations on these bits directly instead of how a human would do the math. When a human wants to read the floating-point number, a complex formula reconstructs the bits into the decimal system.

๐ŸŒ
omnicalculator.com
omnicalculator.com โ€บ other โ€บ floating-point
Floating-Point Calculator
How do I convert a number to floating-point?

To convert a decimal number to a floating-point representation, follow these steps:

  1. Convert the entire number to binary and then normalize it, i.e. write it in scientific notation using base 2.
  2. Truncate the fraction after the decimal point to the allowable fraction length.
  3. Extract the sign, exponent, and fraction segments.

Refer to the IEEE754 standard for more detailed instructions.

๐ŸŒ
omnicalculator.com
omnicalculator.com โ€บ other โ€บ floating-point
Floating-Point Calculator
How are real numbers stored with floating-point representation?

Any floating-point binary representation consists of three segments of bits: sign, exponent, and fraction.

  • The sign (S) indicates positive or negative;
  • The exponent (E) raises 2 to some power to scale the number; and
  • The fraction (F) determines the number's exact digits.

The segments' lengths and exact formula applied to S, E, and F to recreate the number depend on the format's precision.

๐ŸŒ
omnicalculator.com
omnicalculator.com โ€บ other โ€บ floating-point
Floating-Point Calculator
๐ŸŒ
Numeral-systems
numeral-systems.com โ€บ ieee-754-converter
IEEE-754 floating point numbers converter
A binary floating point number in IEEE-754 format can be converted to a decimal number using the following steps:
๐ŸŒ
Oxford University
mathcenter.oxford.emory.edu โ€บ site โ€บ cs170 โ€บ ieee754
The IEEE 754 Format
Now we just calculate the following ...reen}{129}-127}\\ &=& -6.800000190734863\\ \end{array}$$ Thus, the IEEE 754 number 11000000110110011001100110011010 gives the floating-point decimal value -6.800000190734863....
Find elsewhere
๐ŸŒ
Weitz
weitz.de โ€บ ieee
IEEE 754 Calculator - Edmund Weitz
Or you can do it the other way around and manipulate the bits on the right. Once you've pressed Enter, the number to the left will be updated. In the exponent field, instead of a bit pattern you can also enter a decimal starting with + or -. (Note that the red digit is the hidden bit and can't ...
๐ŸŒ
Binary Convert
binaryconvert.com โ€บ convert_float.html
Float (IEEE754 Single precision 32-bit) Converter
Online binary converter. Supports all types of variables, including single and double precision IEEE754 numbers
๐ŸŒ
Madirish
madirish.net โ€บ 240
Mad Irish :: Converting a Decimal Digit to IEEE 754 Binary Floating Point
Next we need to convert the decimal part. To do this we have to convert the number into a binary sequence that equals a*2-1 + a*2-2 and so on. This series basically means 1/2 + 1/4 + 1/8 + 1/16 and so on. Luckily .25 is 1/4 and so this is easy to calculate. It is .01 or 0*2-1 + 1*2-2.
๐ŸŒ
Omni Calculator
omnicalculator.com โ€บ other โ€บ floating-point
Floating-Point Calculator
August 7, 2025 - The floating-point calculator is ... as a converter for floating-point numbers โ€” it converts 32-bit floats and 64-bit floats from binary representations to real decimal numbers and vice versa....
๐ŸŒ
Cornell University
cs.cornell.edu โ€บ ~tomf โ€บ notes โ€บ cps104 โ€บ floating
Floating Point
This document explains the IEEE 754 floating-point standard. It explains the binary representation of these numbers, how to convert to decimal from floating point, how to convert from floating point to decimal, discusses special cases in floating point, and finally ends with some C code to ...
๐ŸŒ
Cuny
babbage.cs.qc.cuny.edu โ€บ ieee-754.old โ€บ decimal.html
IEEE-754 Floating-Point Conversion from Floating-Point to Hexadecimal
May 19, 2021 - From Decimal Floating-Point To 32-bit and 64-bit Hexadecimal Representations Along with Their Binary Equivalents ยท [ Convert IEEE-754 32-bit Hexadecimal Representations to Decimal Floating-Point Numbers. ] [ Convert IEEE-754 64-bit Hexadecimal Representations to Decimal Floating-Point Numbers.
๐ŸŒ
Christophervickery
christophervickery.com โ€บ IEEE-754 โ€บ IEEE-754.old โ€บ 32bit.html
IEEE-754 Floating-Point Conversion from 32-bit Hexadecimal to Floating-Point
From 32-bit Hexadecimal Representation To Decimal Floating-Point Along with the Equivalent 64-bit Hexadecimal and Binary Patterns ยท [ Convert IEEE-754 64-bit Hexadecimal Representations to Decimal Floating-Point Numbers. ] [ Convert Decimal Floating-Point Numbers to IEEE-754 Hexadecimal Representations.
๐ŸŒ
Ultimate Solver
ultimatesolver.com โ€บ en โ€บ ieee-754
Decimal number โ†” IEEE 754
With this converter you can convert a decimal number into a floating point number (IEEE 754) and vice versa. This converter does not work 100% accurate! Choose type: ... PLEASE SUPPORT THIS SITE by allowing the data to be loaded for advertising ...
๐ŸŒ
Wikihow
wikihow.com โ€บ education and communications โ€บ studying โ€บ mathematics โ€บ conversion aids โ€บ how to convert a number from decimal to ieee 754 floating point representation
How to Convert a Number from Decimal to IEEE 754 Floating Point Representation
December 15, 2025 - ... Separate the whole and the decimal part of the number. Take the number that you would like to convert, and take apart the number so you have a whole number portion and a decimal number portion.
Top answer
1 of 3
28

Find the largest power of 2 which is smaller than your number, e.g if you start with x = 10.0 then 23 = 8, so the exponent is 3. The exponent is biased by 127 so this means the exponent will be represented as 127 + 3 = 130. The mantissa is then 10.0/8 = 1.25. The 1 is implicit so we just need to represent 0.25, which is 010 0000 0000 0000 0000 0000 when expressed as a 23 bit unsigned fractional quantity. The sign bit is 0 for positive. So we have:

s | exp [130]  | mantissa [(1).25]            |

0 | 100 0001 0 | 010 0000 0000 0000 0000 0000 |

0x41200000

You can test the representation with a simple C program, e.g.

#include <stdio.h>

typedef union
{
    int i;
    float f;
} U;

int main(void)
{
    U u;
    
    u.f = 10.0;
    
    printf("%g = %#x\n", u.f, u.i);

    return 0;
}
2 of 3
12

Take a number 172.625.This number is Base10 format.

Convert this format is in base2 format For this, first convert 172 in to binary format

128 64 32 16 8 4 2 1
 1  0  1  0  1 1 0 0
172=10101100

Convert 0.625 in to binary format

0.625*2=1.250   1
0.250*2=.50     0
0.50*2=1.0      1
0.625=101

Binary format of 172.625=10101100.101. This is in base2 format 10101100*2

Shifting this binary number

1.0101100*2 **7      Normalized
1.0101100 is mantissa
2 **7 is exponent

add exponent 127 7+127=134

convert 134 in to binary format

134=10000110

The number is positive so sign of the number 0

0 |10000110 |01011001010000000000000

Explanation: The high order of bit is the sign of the number. number is stored in a sign magnitude format. The exponent is stored in 8 bit field format biased by 127 to the exponent The digit to the right of the binary point stored in the low order of 23 bit. NOTE---This format is IEEE 32 bit floating point format