Binary Data
From Just Solve the File Format Problem
(Difference between revisions)
Line 11: | Line 11: | ||
===Elements of binary formats=== | ===Elements of binary formats=== | ||
− | |||
* [[Bit order]] | * [[Bit order]] | ||
* [[Endianness]] (little-endian, big-endian) | * [[Endianness]] (little-endian, big-endian) | ||
Line 17: | Line 16: | ||
** [[DEC64]] | ** [[DEC64]] | ||
** [[IEEE floating point]] | ** [[IEEE floating point]] | ||
− | * [[Ones' complement]] | + | * Integers |
− | * [[Two's complement]] | + | ** [[Binary-coded decimal]] |
+ | ** [[Ones' complement]] | ||
+ | ** [[Two's complement]] | ||
+ | ** [[Variable-length base-128]] | ||
* [[Unix time]] (timestamp number) | * [[Unix time]] (timestamp number) | ||
* [[UUID]] | * [[UUID]] |
Revision as of 14:17, 27 December 2014
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
- Integers
- Unix time (timestamp number)
- UUID