Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
(→Time formats) |
|||
Line 22: | Line 22: | ||
== Time formats == | == Time formats == | ||
(see also [[Date and time formats]]) | (see also [[Date and time formats]]) | ||
+ | * [[HFS/HFS+ timestamp]] | ||
* [[MS-DOS date/time]] | * [[MS-DOS date/time]] | ||
* [[Unix time]] (timestamp number) | * [[Unix time]] (timestamp number) | ||
+ | * [[Windows FILETIME]] | ||
== Identifiers == | == Identifiers == |
Revision as of 16:51, 19 July 2017
This section is for
- Common formats that make up only a small part of a file
- Ancillary knowledge that may be needed to help decode file formats
Contents[hide] |
Integers
Floating point numbers
Time formats
(see also Date and time formats)
- HFS/HFS+ timestamp
- MS-DOS date/time
- Unix time (timestamp number)
- Windows FILETIME
Identifiers
- Domain name
- Filename
- FourCC
- GUID
- IANA character set name
- IETF language tag
- ISO 3166-1 country code
- UUID
- Windows Language Code Identifier
Other
- ANSI escape code
- Base2
- Bit
- Bit order
- Byte
- Emacs file variable
- Endianness (little-endian, big-endian)
- File
- Shebang