An open API service indexing awesome lists of open source software.

https://github.com/tmcdos/ieee754-convertor

Decoding floating point numbers from binary IEEE-754
https://github.com/tmcdos/ieee754-convertor

decoder delphi floating-point ieee-754

Last synced: 3 months ago
JSON representation

Decoding floating point numbers from binary IEEE-754

Awesome Lists containing this project

README

          

# IEEE-754 converter

### Decoding floating point numbers from binary IEEE-754 ###

----------

This little tool decodes:

1. **Single**, **Double** and **Extended** precision floating point numbers from their binary representation (both Little-Endian and Big-Endian) into their decimal exponential representation
2. 16-byte GUIDs from their binary representation (both Little-Endian and Big-Endian) into their normal textual representation
3. Delphi **TDateTime** values in Big-Endian to their human-readable textual representation

![](https://github.com/tmcdos/ieee754-convertor/raw/master/screenshots/1.png)