Binary Data
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Elements of binary formats) |
Dan Tobias (Talk | contribs) |
||
Line 19: | Line 19: | ||
* [[Two's complement]] | * [[Two's complement]] | ||
* [[Unix time]] (timestamp number) | * [[Unix time]] (timestamp number) | ||
+ | |||
+ | == Links == | ||
+ | * [https://gitorious.org/re-lab/tools/source/4abfe2217b7bc0049f627c027a7987ac60181805: Python-based visualizer for binary formats] |
Revision as of 03:41, 3 April 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)