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
- Host: GitHub
- URL: https://github.com/tmcdos/ieee754-convertor
- Owner: tmcdos
- License: mit
- Created: 2017-03-08T14:59:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T10:52:50.000Z (over 8 years ago)
- Last Synced: 2025-08-25T08:36:29.830Z (10 months ago)
- Topics: decoder, delphi, floating-point, ieee-754
- Language: Pascal
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
