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