TXT and DOCX explained
Plain text is characters and nothing else — no fonts, no sizes, no layout. It is the most durable digital format there is, readable by every computer built in the last fifty years.
DOCX is a ZIP archive containing XML that describes a Word document's content and formatting. Renaming one to .zip and opening it shows the structure directly.
- Where TXT files come from
- Notes, logs, configuration files and code.
- Where DOCX is used
- Microsoft Word, Google Docs exports and Pages exports.