Advertisement
Josiahiscool73

file types

May 17th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. πŸ“„ Plain Text & Encoded Text
  2. .txt β€” Plain text
  3.  
  4. .csv β€” Comma-separated values
  5.  
  6. .tsv β€” Tab-separated values
  7.  
  8. .log β€” Log file
  9.  
  10. .md β€” Markdown
  11.  
  12. .rst β€” reStructuredText
  13.  
  14. .nfo β€” Info file (ASCII art/text)
  15.  
  16. .json β€” JavaScript Object Notation
  17.  
  18. .jsonl β€” JSON Lines
  19.  
  20. .xml β€” eXtensible Markup Language
  21.  
  22. .yaml / .yml β€” YAML Ain’t Markup Language
  23.  
  24. .ini β€” INI configuration file
  25.  
  26. .toml β€” TOML configuration file
  27.  
  28. .cfg β€” Generic config
  29.  
  30. .properties β€” Java-style config
  31.  
  32. .env β€” Environment variable file
  33.  
  34. πŸ“ Document Formats (Office, Rich Text)
  35. .doc β€” Microsoft Word (binary)
  36.  
  37. .docx β€” Microsoft Word (Open XML)
  38.  
  39. .odt β€” OpenDocument Text
  40.  
  41. .rtf β€” Rich Text Format
  42.  
  43. .pdf β€” Portable Document Format
  44.  
  45. .tex β€” LaTeX
  46.  
  47. .ltx β€” LaTeX alt extension
  48.  
  49. .wpd β€” WordPerfect Document
  50.  
  51. .pages β€” Apple Pages (proprietary ZIP-based)
  52.  
  53. .sxw β€” StarOffice Writer
  54.  
  55. .abw β€” AbiWord document
  56.  
  57. πŸ“š eBooks
  58. .epub β€” EPUB (ZIP containing XHTML)
  59.  
  60. .mobi β€” Mobipocket eBook
  61.  
  62. .azw β€” Amazon Kindle format
  63.  
  64. .azw3 β€” Amazon KF8
  65.  
  66. .fb2 β€” FictionBook
  67.  
  68. .lit β€” Microsoft Reader
  69.  
  70. .djvu β€” DjVu document
  71.  
  72. .ibooks β€” Apple iBooks
  73.  
  74. .pdf β€” Again here for eBooks too
  75.  
  76. 🌐 Markup & Web
  77. .html / .htm β€” HyperText Markup Language
  78.  
  79. .xhtml β€” eXtensible HTML
  80.  
  81. .css β€” Cascading Style Sheets
  82.  
  83. .js β€” JavaScript
  84.  
  85. .jsx β€” JavaScript + JSX
  86.  
  87. .ts β€” TypeScript
  88.  
  89. .tsx β€” TypeScript + JSX
  90.  
  91. .php β€” PHP
  92.  
  93. .asp / .aspx β€” ASP.NET pages
  94.  
  95. .jsp β€” JavaServer Pages
  96.  
  97. .vue β€” Vue Single File Component
  98.  
  99. .svelte β€” Svelte Component
  100.  
  101. .xml β€” Extensible Markup Language
  102.  
  103. πŸ’» Programming Languages (Source Code)
  104. .c, .cpp, .h, .hpp β€” C/C++
  105.  
  106. .py β€” Python
  107.  
  108. .java β€” Java
  109.  
  110. .cs β€” C#
  111.  
  112. .rb β€” Ruby
  113.  
  114. .go β€” Go
  115.  
  116. .rs β€” Rust
  117.  
  118. .sh, .bash, .zsh, .ksh β€” Shell scripts
  119.  
  120. .ps1 β€” PowerShell
  121.  
  122. .lua β€” Lua
  123.  
  124. .pl β€” Perl
  125.  
  126. .r β€” R Language
  127.  
  128. .swift β€” Swift
  129.  
  130. .kt, .kts β€” Kotlin
  131.  
  132. .scala β€” Scala
  133.  
  134. .vb, .vbs β€” Visual Basic
  135.  
  136. .sql β€” SQL
  137.  
  138. .asm, .s β€” Assembly
  139.  
  140. .dart β€” Dart
  141.  
  142. .groovy β€” Groovy
  143.  
  144. .hcl β€” HashiCorp Config Lang
  145.  
  146. .ml β€” OCaml
  147.  
  148. .nim β€” Nim
  149.  
  150. .zig β€” Zig
  151.  
  152. .clj, .cljs, .edn β€” Clojure
  153.  
  154. .erl, .ex, .exs β€” Erlang, Elixir
  155.  
  156. πŸ“¦ Data & Serialized Formats
  157. .json, .yaml, .toml, .xml, .ini, .plist
  158.  
  159. .bson β€” Binary JSON
  160.  
  161. .msgpack / .mpk β€” MessagePack
  162.  
  163. .avro β€” Apache Avro
  164.  
  165. .parquet β€” Apache Parquet (binary columnar, may contain embedded text)
  166.  
  167. .orc β€” Optimized Row Columnar
  168.  
  169. .pkl β€” Python Pickle (can embed text)
  170.  
  171. πŸ“Š Spreadsheets (with text content)
  172. .xls, .xlsx β€” Microsoft Excel
  173.  
  174. .ods β€” OpenDocument Spreadsheet
  175.  
  176. .csv β€” again here
  177.  
  178. .xlsb β€” Excel binary
  179.  
  180. .tsv
  181.  
  182. πŸ”§ Scripting / Automation / DSLs
  183. .bat / .cmd β€” Windows Batch
  184.  
  185. .ps1 β€” PowerShell
  186.  
  187. .vbs β€” VBScript
  188.  
  189. .ahk β€” AutoHotkey
  190.  
  191. .reg β€” Windows Registry script
  192.  
  193. .awk, .sed β€” Unix scripting
  194.  
  195. πŸ”’ Special Text Files
  196. .pem / .crt / .key β€” Certificate/key files
  197.  
  198. .asc / .gpg β€” ASCII-armored encrypted text
  199.  
  200. .sig β€” Signature
  201.  
  202. .lock β€” Lockfiles (npm, yarn, etc.)
  203.  
  204. .LICENSE, .README, .CHANGELOG β€” Meta files
  205.  
  206. πŸ•ΉοΈ Game Script / Engine Formats
  207. .json, .xml, .ini, .cfg, .lua, .rpy (Ren’Py), .godot, .unity, .gml (GameMaker)
  208.  
  209. .dat β€” Generic data (sometimes text)
  210.  
  211. πŸ§ͺ Scientific / Math Formats
  212. .tex, .bib β€” LaTeX and BibTeX
  213.  
  214. .m β€” MATLAB/Octave
  215.  
  216. .nb, .nbp β€” Mathematica Notebooks
  217.  
  218. .sage β€” SageMath
  219.  
  220. .rmd β€” R Markdown
  221.  
  222. .ipynb β€” Jupyter Notebook (JSON with embedded text)
  223.  
  224. πŸ’¬ Chat / Logs / Docs
  225. .log, .chat, .msg, .eml, .mbox, .ics (calendar), .vcs
  226.  
  227. πŸ“¦ Miscellaneous
  228. .man, .1, .2, etc. β€” Unix man pages
  229.  
  230. .troff, .roff, .nroff β€” Unix document formats
  231.  
  232. .pod β€” Perl documentation
  233.  
  234. .tcl β€” Tcl script
  235.  
  236. .conf β€” Generic config
  237.  
  238. .desktop β€” Linux desktop entry
  239.  
  240. .service β€” systemd unit
  241.  
  242. .plist β€” macOS/iOS property list (XML)
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280. πŸ–ΌοΈ Image File Formats
  281. 🟒 Common Raster Image Formats
  282. .jpg / .jpeg β€” Joint Photographic Experts Group
  283.  
  284. .png β€” Portable Network Graphics
  285.  
  286. .gif β€” Graphics Interchange Format (supports animation)
  287.  
  288. .bmp β€” Bitmap Image File
  289.  
  290. .webp β€” Web Picture Format (Google)
  291.  
  292. .tif / .tiff β€” Tagged Image File Format
  293.  
  294. .heif / .heic β€” High Efficiency Image File Format (Apple)
  295.  
  296. .avif β€” AV1 Image File Format (modern, open source)
  297.  
  298. πŸ“· Camera RAW Formats (Uncompressed or Proprietary)
  299. .raw β€” Generic RAW image
  300.  
  301. .cr2, .cr3 β€” Canon RAW
  302.  
  303. .nef β€” Nikon RAW
  304.  
  305. .arw β€” Sony RAW
  306.  
  307. .orf β€” Olympus RAW
  308.  
  309. .rw2 β€” Panasonic RAW
  310.  
  311. .dng β€” Adobe Digital Negative
  312.  
  313. .sr2, .srf β€” Sony RAW legacy
  314.  
  315. .pef β€” Pentax RAW
  316.  
  317. .raf β€” Fujifilm RAW
  318.  
  319. .kdc β€” Kodak RAW
  320.  
  321. .erf β€” Epson RAW
  322.  
  323. .mos β€” Leaf RAW
  324.  
  325. 🧱 Vector and Hybrid Formats
  326. .svg β€” Scalable Vector Graphics (text-based)
  327.  
  328. .eps β€” Encapsulated PostScript
  329.  
  330. .ai β€” Adobe Illustrator
  331.  
  332. .pdf β€” Can contain vector and raster images
  333.  
  334. .wmf β€” Windows Metafile
  335.  
  336. .emf β€” Enhanced Metafile
  337.  
  338. πŸŒ€ Legacy / Obscure / Special Purpose
  339. .pcx β€” Paintbrush
  340.  
  341. .tga / .icb / .vda β€” Truevision TGA
  342.  
  343. .sgi / .rgb β€” Silicon Graphics Image
  344.  
  345. .xpm β€” X PixMap (text-based)
  346.  
  347. .xbm β€” X BitMap (text-based)
  348.  
  349. .dds β€” DirectDraw Surface (used in games)
  350.  
  351. .psd β€” Photoshop Document
  352.  
  353. .xcf β€” GIMP image file
  354.  
  355. .ora β€” OpenRaster
  356.  
  357. .jp2 / .j2k β€” JPEG 2000
  358.  
  359. .jxr / .wdp / .hdp β€” JPEG XR (Microsoft)
  360.  
  361. .icns β€” macOS icon
  362.  
  363. .ico β€” Windows icon
  364.  
  365. .cur β€” Windows cursor
  366.  
  367. .sketch β€” Sketch image
  368.  
  369. .heif-seq β€” HEIF image sequence
  370.  
  371. πŸ’Ύ Specialized Scientific / Medical / 3D
  372. .nii / .nii.gz β€” NIfTI (neuroimaging)
  373.  
  374. .dcm / .dicom β€” DICOM (medical imaging)
  375.  
  376. .exr β€” OpenEXR (high dynamic range)
  377.  
  378. .hdr / .rgbe β€” Radiance HDR
  379.  
  380. .pfm β€” Portable Float Map
  381.  
  382. .fits / .fit β€” Flexible Image Transport System (astronomy)
  383.  
  384. πŸŽ₯ Video File Formats
  385. 🟒 Common Video Containers
  386. .mp4 / .m4v β€” MPEG-4 Part 14
  387.  
  388. .webm β€” Web Media (open-source)
  389.  
  390. .mkv β€” Matroska Video
  391.  
  392. .avi β€” Audio Video Interleave (Microsoft)
  393.  
  394. .mov β€” Apple QuickTime
  395.  
  396. .wmv β€” Windows Media Video
  397.  
  398. .flv β€” Flash Video
  399.  
  400. .f4v β€” MPEG-4 Flash Video
  401.  
  402. .3gp / .3g2 β€” 3rd Generation Partnership Project (mobile)
  403.  
  404. .mpeg / .mpg / .mpe / .m1v / .m2v β€” MPEG family
  405.  
  406. .ts / .m2ts / .mts β€” Transport Stream (Blu-ray, broadcasting)
  407.  
  408. πŸ“Ί Legacy / Obsolete / Rare Video Formats
  409. .rm / .rmvb β€” RealMedia
  410.  
  411. .vob β€” DVD Video Object
  412.  
  413. .asf β€” Advanced Systems Format
  414.  
  415. .amv β€” Anime Music Video (MTV players)
  416.  
  417. .divx β€” DivX video
  418.  
  419. .xvid β€” XviD video
  420.  
  421. .ogv β€” Ogg Video
  422.  
  423. .nsv β€” Nullsoft Streaming Video
  424.  
  425. .bik β€” Bink Video (games)
  426.  
  427. .fli / .flc β€” Autodesk Animator
  428.  
  429. πŸ§ͺ Raw / Intermediate / Pro Formats
  430. .yuv β€” Raw video format
  431.  
  432. .mxf β€” Material Exchange Format (broadcast)
  433.  
  434. .r3d β€” RED Digital Camera
  435.  
  436. .braw β€” Blackmagic RAW
  437.  
  438. .ari / .mxf β€” ARRI camera format
  439.  
  440. .cin / .dpx β€” Digital Picture Exchange (film scan)
  441.  
  442. .vqf β€” Rare video codec format
  443.  
  444. .avs β€” AviSynth script (not a real video file, but used for processing)
  445.  
  446. πŸ“¦ Image Sequences (video made of images)
  447. .mp4 + .jpg/.png frames
  448.  
  449. .gif β€” Animated GIF
  450.  
  451. .webp β€” Animated WebP
  452.  
  453. .apng β€” Animated PNG
  454.  
  455. .mng β€” Multiple-image Network Graphics
  456.  
  457. .heif-seq / .avif-seq β€” Image sequences
  458.  
  459. .tiff β€” Multipage TIFF as pseudo-video
  460.  
  461. 🎨 Video Codecs (Inside Containers)
  462. Some of these are not file extensions but essential to decode:
  463.  
  464. H.264 / AVC
  465.  
  466. H.265 / HEVC
  467.  
  468. VP8 / VP9
  469.  
  470. AV1
  471.  
  472. MPEG-2 / MPEG-4
  473.  
  474. Theora
  475.  
  476. ProRes
  477.  
  478. DNxHD / DNxHR
  479.  
  480. CineForm
  481.  
  482. VC-1
  483.  
  484. DivX / XviD
  485.  
  486. MJPEG
  487.  
  488. RAW (uncompressed)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement