Elements of File Formats
From Just Solve the File Format Problem
(Difference between revisions)
(Reorganizing) |
(→Graphics) |
||
(26 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|thiscat=Elements of File Formats | |thiscat=Elements of File Formats | ||
+ | |image=Parts.jpg | ||
}} | }} | ||
This section is for | This section is for | ||
Line 11: | Line 12: | ||
* [[Ones' complement]] | * [[Ones' complement]] | ||
* [[Two's complement]] | * [[Two's complement]] | ||
− | * [[Variable-length | + | * [[Variable-length quantity]] |
+ | |||
+ | See also [[:Category:Integer data types]]. | ||
== Floating point numbers == | == Floating point numbers == | ||
+ | * [[Bfloat16]] (BF16) [https://en.wikipedia.org/wiki/Bfloat16_floating-point_format] | ||
* [[DEC64]] | * [[DEC64]] | ||
* [[IEEE floating point]] | * [[IEEE floating point]] | ||
+ | * [[Posit]] | ||
+ | * [[Unum]] | ||
+ | |||
+ | See also [[:Category:Floating point data types]]. | ||
== Time formats == | == Time formats == | ||
− | + | Refer to [[Date and time formats]]. | |
== Identifiers == | == Identifiers == | ||
+ | * [[CLSID]] | ||
+ | * [[Domain name]] | ||
+ | ** [[Top-level domain]] | ||
+ | * [[Filename]] | ||
+ | ** [[Filename extension]] | ||
* [[FourCC]] | * [[FourCC]] | ||
* [[GUID]] | * [[GUID]] | ||
+ | * [[IANA character set name]] | ||
+ | * [[IETF language tag]] | ||
+ | * [[ISO 3166-1 country code]] | ||
+ | * [[Macintosh type/creator code]] | ||
+ | * [[Magic]] | ||
+ | * [[RISC OS filetype]] | ||
+ | * [[ULID]] | ||
* [[UUID]] | * [[UUID]] | ||
+ | * [[Windows Language Code Identifier]] | ||
+ | |||
+ | == Graphics == | ||
+ | * [[Color format]] | ||
+ | * [[Palettes]] | ||
== Other == | == Other == | ||
+ | * [[ANSI escape code]] | ||
* [[Base2]] | * [[Base2]] | ||
+ | * [[Bit]] | ||
* [[Bit order]] | * [[Bit order]] | ||
+ | * [[Byte]] | ||
+ | * [[Emacs file variable]] | ||
* [[Endianness]] (little-endian, big-endian) | * [[Endianness]] (little-endian, big-endian) | ||
+ | * [[File]] | ||
+ | * [[Shebang]] | ||
== See also == | == See also == | ||
Line 35: | Line 66: | ||
* [[Data type]] | * [[Data type]] | ||
* [[Date and time formats]] | * [[Date and time formats]] | ||
+ | * [[Digital Rights Management]] | ||
+ | * [[Encryption]] | ||
* [[Error codes and messages]] | * [[Error codes and messages]] | ||
* [[Error detection and correction]] | * [[Error detection and correction]] | ||
+ | * [[Naming and numbering systems]] | ||
* [[Text-based data]] | * [[Text-based data]] | ||
− | + | ||
+ | [[Category:Information]] |
Latest revision as of 16:04, 1 September 2023
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] |
[edit] Integers
See also Category:Integer data types.
[edit] Floating point numbers
See also Category:Floating point data types.
[edit] Time formats
Refer to Date and time formats.
[edit] Identifiers
- CLSID
- Domain name
- Filename
- FourCC
- GUID
- IANA character set name
- IETF language tag
- ISO 3166-1 country code
- Macintosh type/creator code
- Magic
- RISC OS filetype
- ULID
- UUID
- Windows Language Code Identifier
[edit] Graphics
[edit] Other
- ANSI escape code
- Base2
- Bit
- Bit order
- Byte
- Emacs file variable
- Endianness (little-endian, big-endian)
- File
- Shebang