Drop any file to identify it
No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.
Drop it!
Let go to identify this file.
Couldn't identify this file
Need to convert it? fwip it →
You have a .txt file — the most universal file format in computing. No formatting, no fonts, no embedded media, no metadata. Just characters. Every operating system, every text editor, every programming language, every device ever made can read a plain text file. It is format immortality.
TXT files are used for notes, README files, logs, configuration, data exchange, and anything where the content matters more than the presentation. The only complexity is character encoding — UTF-8 is the modern standard, but you'll occasionally encounter files in ASCII, Latin-1, or Shift-JIS that display garbled characters in the wrong encoding. When a text file looks like mojibake, the content is fine — it's the encoding detection that's wrong.
Every text editor ever made opens .txt files. Notepad (Windows), TextEdit (macOS), and nano/vim (Linux) all handle them. VS Code opens them with syntax detection turned off. For sharing text that absolutely, positively must be readable by the recipient regardless of their platform, software, or decade — TXT is the format. It was here before everything else, and it will be here after.