# Binary Float Converter — Two's Complement Converter

> Two's Complement Converter (iPhone/iPad app by Roman Volinsky.)

- Source: https://appshunter.io/ios/app/binary-float-converter/id1552462597 (this page in markdown: same URL + `.md`)
- Developer: [Roman Volinsky](https://appshunter.io/developer/977951850)
- Category: Education, Utilities
- Price: $1.99
- Age rating: 4+
- Requires: iOS 17.0 · 1 MB
- Languages: American English
- Released: 2021-02-07
- Data updated: 2026-08-20
- User reviews in markdown: https://appshunter.io/ios/app/binary-float-converter/id1552462597/reviews.md

## What is Binary Float Converter?

Binary Float Converter is a tool for conversion of numeric digital representations. It converts decimal, hexadecimal, signed binary Integer (32bit), Float binary (32bit) and Double binary (64bit)  two’s complement representations. 
The main screen provides input and output of the the five numeric representations. Decimal field accepts integer, floating point and scientific representations. Each field has an associated run button, that converts the input to all other representations.

Hexadecimal value is calculated if the input value is within 64-bit Integer range of values.

Input in the form of hexadecimal exponential notation is supported. ( 1.Ep3 = 15.0 )

The input of binary integer field is fitted to 32 bit arithmetically, so the first digit of input is copied to the left side.  If value starts from 0 – the number is positive and if from 1 is negative:

101 is converted to 1111 1111 1111 1111 1111 1111 1111 1101  = -3

0101 is converted to 0000 0000 0000 0000 0000 0000 0000 0101 = 5

Binary integer value is not shown if the value is not integer, there is an overflow. Otherwise, it can be presented if the difference between actual decimal and closest integer is below the recognition threshold for 32-bit system.

Application complies with IEEE 754. It distinguishes between sign, exponential and fractional parts of Float (32-bit) and Double (64-bit) binary representations.

Float (32-bit) comprises of 1 sign bit, 8-bit of exponent and 23-bit of significand.

Double (64-bit) comprises of 1 sign bit, 11-bit of exponent and 52-bit of significand.

If length of input is shorter than required number of bits, then zeroes are added to the right side of a number.

IEEE 754 notes:

Float and Double special values:

exp = 00…0,  frac = 00…0 =>          Zero 

exp = 11…1,    frac = 00…0 =>           Infinity

exp = 11…1,    frac != 00…0 =>          NaN


## Version history (last 5 releases)

### 1.7 — 2024-10-11

Compatibility update.

### 1.6 — 2023-08-23

Compatibility update.

### 1.5 — 2022-01-20

Compatibility update.

### 1.4 — 2021-06-13

Added support for hexadecimal exponential notation.

### 1.2 — 2021-03-11

The update brings hexadecimal representation for conversion.

## Apps similar to Binary Float Converter

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [Birdathon](https://appshunter.io/ios/app/birdathon/id1211977440) | 4.7 (15) | Free | Education |
| [Solar System Simulator](https://appshunter.io/ios/app/solar-system-simulator/id1190193240) | 2.0 (3) | Free | Education |
| [Geostationary Orbit 3D Lab](https://appshunter.io/ios/app/geostationary-orbit-3d-lab/id1190211000) | — | Free | Education |
| [DoodleConnect](https://appshunter.io/ios/app/doodleconnect/id1176073180) | 4.7 (55) | Free | Education |
| [Uncertainty Calculator](https://appshunter.io/ios/app/uncertainty-calculator/id1170905440) | 5.0 (1) | $3.99 | Education |
| [Campus Labs® Event Check-in](https://appshunter.io/ios/app/campus-labs-event-check-in/id1221503400) | 4.8 (1,381) | Free | Education |

## More apps by Roman Volinsky

- [Acid Base pH](https://appshunter.io/ios/app/acid-base-ph/id977951851)
- [Chemical Equilibrium](https://appshunter.io/ios/app/chemical-equilibrium/id980553577)
- [Solubility Products](https://appshunter.io/ios/app/solubility-products/id981052864)
- [Chemical Kinetics](https://appshunter.io/ios/app/chemical-kinetics/id982593180)
- [Chemical Solution Wizard](https://appshunter.io/ios/app/chemical-solution-wizard/id987393752)
- [Liposome Calculator](https://appshunter.io/ios/app/liposome-calculator/id988429323)

All apps by Roman Volinsky: https://appshunter.io/developer/977951850

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-20.*
