Binary Data
From Just Solve the File Format Problem
(Difference between revisions)
(→Elements of binary formats) |
|||
| Line 16: | Line 16: | ||
** [[DEC64]] | ** [[DEC64]] | ||
** [[IEEE floating point]] | ** [[IEEE floating point]] | ||
| + | * [[GUID]] | ||
* Integers | * Integers | ||
** [[Binary-coded decimal]] | ** [[Binary-coded decimal]] | ||
Revision as of 22:42, 10 April 2015
This section is for any binary data formats that didn't fit into any other category.
Elements of binary formats
- Bit order
- Endianness (little-endian, big-endian)
- Floating point numbers
- GUID
- Integers
- Unix time (timestamp number)
- UUID