Binary Data
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Elements of binary formats) |
|||
Line 14: | Line 14: | ||
* [[Endianness]] (little-endian, big-endian) | * [[Endianness]] (little-endian, big-endian) | ||
* [[Floating point numbers]] | * [[Floating point numbers]] | ||
+ | ** [[DEC64]] | ||
** [[IEEE floating point]] | ** [[IEEE floating point]] | ||
* [[Ones' complement]] | * [[Ones' complement]] | ||
* [[Two's complement]] | * [[Two's complement]] | ||
* [[Unix time]] (timestamp number) | * [[Unix time]] (timestamp number) |
Revision as of 00:16, 9 March 2014
This section is for any binary data formats that didn't fit into any other category.
Elements of binary formats
- Binary-coded decimal
- Endianness (little-endian, big-endian)
- Floating point numbers
- Ones' complement
- Two's complement
- Unix time (timestamp number)