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 →
The .bin extension is the ultimate ambiguity. It means "this is binary data" and nothing more specific. A .bin file could be a CD/DVD disc image (often paired with a .cue file), a firmware update, a game ROM, a BIOS dump, a compiled program, or literally any sequence of bytes that someone saved with a .bin extension.
The most common use case is disc images: .bin/.cue pairs represent CD-ROM dumps where the .bin is the raw disc data and the .cue file describes the track layout. Retro gaming emulators, CD burning software, and disc archiving tools all work with this format.
To figure out what a specific .bin file actually is, check for an accompanying .cue file (it's a disc image), check the file size (firmware images are typically small, disc images are 650-700 MB), or use the `file` command on Linux/Mac which inspects magic bytes to identify the content type.