TXT (ملف نص عادي)
TXT هو أبسط تنسيقات الملفات — نص عادي بدون تنسيق أو صور أو بيانات وصفية. يُقرأ عالمياً من قبل كل نظام تشغيل ومحرر نصوص وبيئة برمجة.
نوع MIME
text/plain
النوع
نص
الضغط
بدون فقدان
المزايا
- + Opens in every text editor on every operating system
- + Zero overhead — file size equals content size
- + No risk of embedded malware or macros
- + Perfect for version control, piping, and scripting
العيوب
- − No formatting, images, or structured data
- − Character encoding must be known to display correctly
- − Not suitable for documents that need visual presentation
متى تستخدم .TXT
استخدم TXT لملاحظات بسيطة وملفات الإعدادات والسجلات وأي محتوى لا يحتاج تنسيقاً. الخيار الأكثر قابلية للنقل.
التفاصيل التقنية
ملفات TXT هي سلسلة من البايتات تمثل أحرفاً بترميز محدد (UTF-8 أو ASCII أو Latin-1). تختلف نهايات الأسطر حسب النظام: LF (Unix) أو CRLF (Windows) أو CR (Mac القديم). لا رؤوس ولا بيانات وصفية.
التاريخ
يعود النص العادي إلى معيار ASCII في عام 1963. ملفات TXT سبقت جميع تنسيقات المستندات — فهي أبسط شكل لتخزين المعلومات القابلة للقراءة آلياً.
التحويل من .TXT
التحويل إلى .TXT
صيغ ذات صلة
مصطلحات ذات صلة
Learn More
How to Generate Strong Random Passwords
Password generation requires cryptographic randomness and careful character selection. This guide covers the principles behind strong password generation, entropy calculation, …
How to Merge PDF Files Without Losing Quality
Combining multiple PDF documents into a single file is one of the most common document tasks. This guide walks you …
JSON vs YAML vs TOML: Choosing a Configuration Format
Configuration files are the backbone of modern applications. JSON, YAML, and TOML each offer different trade-offs between readability, complexity, and …
Meta Tags for SEO: Title, Description, and Open Graph
Meta tags control how your pages appear in search results and social media shares. This guide covers the essential meta …
Text Encoding Explained: UTF-8, ASCII, and Beyond
Text encoding determines how characters are stored as bytes. Understanding UTF-8, ASCII, and other encodings prevents garbled text, mojibake, and …
How to Format and Validate JSON Data
Malformed JSON causes silent failures in APIs and configuration files. Learn how to format, validate, and debug JSON documents to …