DOC (Microsoft Word Binary Document)
DOC เป็นรูปแบบไฟล์ไบนารีรุ่นเก่าที่ใช้โดย Microsoft Word ตั้งแต่ปี 1997 ถึง 2003 จัดเก็บข้อความที่จัดรูปแบบแล้ว รูปภาพ และอ็อบเจกต์ในโครงสร้างไบนารีแบบ compound ที่เป็นกรรมสิทธิ์ แม้ส่วนใหญ่จะถูกแทนที่ด้วย DOCX แต่ยังมีไฟล์ .doc หลายพันล้านไฟล์อยู่ในคลังเก็บและระบบเก่า
ประเภท MIME
application/msword
ประเภท
ไบนารี
การบีบอัด
ไม่สูญเสียคุณภาพ
ข้อดี
- + Universal compatibility with older Microsoft Office installations
- + Well-understood format with decades of tooling support
- + Supports macros, OLE objects, and VBA code
ข้อเสีย
- − Proprietary binary format is hard to parse without specialized libraries
- − Larger file sizes compared to ZIP-compressed DOCX
- − Macro-enabled DOC files are a common malware vector
เมื่อใดควรใช้ .DOC
ใช้ DOC เฉพาะเพื่อความเข้ากันได้กับระบบเก่าหรือ Word 97-2003 เท่านั้น หากไม่จำเป็น ให้แปลงเป็น DOCX เพื่อการบีบอัดที่ดีกว่าและความเข้ากันได้ที่สูงกว่า
รายละเอียดทางเทคนิค
ไฟล์ DOC ใช้ OLE2 Compound File Binary Format ของ Microsoft ซึ่งจัดเก็บข้อมูลในระบบไฟล์เสมือนของ stream และ storage ข้อความ การจัดรูปแบบ และอ็อบเจกต์ที่ฝังตัวถูกรวมไว้ใน binary stream
ประวัติ
รูปแบบไบนารี .doc พัฒนามาจาก Word หลายเวอร์ชันตั้งแต่ปลายทศวรรษ 1980 รุ่น Word 97-2003 (OLE2 Compound Binary) กลายเป็นมาตรฐานเอกสารสำนักงานที่ใช้กันทั่วไปมากกว่าทศวรรษ
แปลงจาก .DOC
แปลงเป็น .DOC
รูปแบบที่เกี่ยวข้อง
Learn More
File Format Conversion: A Complete Guide
Converting files between formats is a daily task for professionals across every industry. This comprehensive guide covers document, image, audio, …
CSV vs JSON vs XML: Data Exchange Formats Compared
Data exchange formats serve different needs. CSV excels at tabular data, JSON dominates web APIs, and XML powers enterprise integrations. …
How to Convert Documents Between Office Formats
Converting between Word, Google Docs, LibreOffice, and PDF formats is common in collaborative workflows. This guide covers conversion paths that …
Understanding MIME Types and File Extensions
MIME types tell browsers and servers what kind of data a file contains, while file extensions help humans and operating …
Troubleshooting File Conversion Errors
File conversions fail for many reasons: corrupted sources, unsupported features, encoding mismatches, and memory limitations. This guide helps you diagnose …
Archive Formats Compared: ZIP, 7z, TAR, and RAR
Archive formats bundle and compress multiple files into a single package. ZIP is universal, 7z offers the best compression, TAR …