Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation request: IEEE 754 Floating-Point Hex to/from decimal with Big/Little-Endian modes #432

Open
FZFalzar opened this issue Nov 22, 2018 · 3 comments

Comments

@FZFalzar
Copy link

Summary

Ability to convert between hexadecimal single & double-precision floating point in IEEE 754 to/from ascii decimal

Example

32-bit (Single-precision) BE:
0x42CF4AA1 = 103.64576
-2.457 = 0xC01D3F7D

64-bit (Double Precision) BE:
-1.5467 = 0xBFF8BF487FCB923A
0x40591630E7FF583A = 100.346735

Sample calculator can be found at https://www.h-schmidt.net/FloatConverter/IEEE754.html

Npm reference module at
https://www.npmjs.com/package/ieee754

@StyleTec
Copy link

How about this pull request? I'd love to see floating point conversion in CyberChef

@mumin-khan
Copy link

Hey I want to contribute to this issue.
Can I get started ?

@mumin-khan
Copy link

@n1474335 Can I get started ?

BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants