.bin

What is a .bin file?

BIN is a generic binary data file — it could be firmware, a disc image, a game ROM, or any raw binary data.

Use caution
Type System
By Generic (no single creator)
MIME application/octet-stream

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.

What is 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.

Technical details
Full Name
Binary File
MIME Type
application/octet-stream
Developer
Generic (no single creator)
Magic Bytes
N/A
Safety
.bin requires caution. Generic binary — could contain anything. Firmware .bin files can modify hardware. Disc image .bin files are generally safe media data.
What opens it
Depends on content type
FREE Varies
HxD (hex editor)
FREE Windows
VLC (if disc image)
FREE Windows / Mac / Linux
FAQ
How do I open a BIN file?
It depends on what the BIN file contains. If paired with a .cue file, it's a disc image — mount or burn it. If it's firmware, use the manufacturer's update tool. Check the context (where you downloaded it) for clues.
What is a BIN/CUE file?
A disc image format where .bin contains the raw disc data and .cue describes the track layout (audio tracks, data tracks, gaps). Mount with daemon tools, burn with ImgBurn, or use in emulators.
Related formats