.exe file type

All file extensions
application format · ianaapplication/octet-stream

File type / application

.exe

Application-owned data: this family spans documents, archives, structured payloads, and software-specific files.

Best for: Workflows that need a format-aware viewer, editor, or parser rather than a generic media player.

Type family

application

Subtype

octet-stream

Default handling

Download

Handling verdict

BrowserDownload

Serve it as an attachment so the browser saves the bytes instead of trying to interpret them.

ContentsBinary

Use a format-aware application rather than a plain-text editor.

CompressionCompress in transit

HTTP content encoding can usually reduce this format further.

SafetyExecutable

Opening this file can install or run code. Verify the publisher and checksum before launch.

HTTP response headers

Content-Type: application/octet-stream
Content-Disposition: attachment; filename="example.exe"
X-Content-Type-Options: nosniff

The MIME type describes the payload, Content-Disposition controls whether the browser previews or saves it, and nosniff prevents the browser from silently substituting a guessed type.

HTML file input

accept=".exe,.bin,.dms,.lrf,.mar,.so,.dist,.distz,.pkg,.bpk,.dump,.elc,.deploy,.dll,.deb,.dmg,.iso,.img,.msi,.msp,.msm,.buffer,application/octet-stream"

Use this value on <input type="file"> to steer the picker toward .exe, its known aliases, and files reporting application/octet-stream. It improves selection, but it is not validation—check the bytes again after upload.

Registry ledger

declared values

MIME type

application/octet-stream

Registry source

iana

Character set

Not declared

Compressible

Yes

Known aliases

.bin, .dms, .lrf, .mar, .so, .dist, .distz, .pkg, .bpk, .dump, .elc, .deploy, .dll, .deb, .dmg, .iso, .img, .msi, .msp, .msm, .buffer

Same MIME type

.bin, .bpk, .deb, .dll, .dmg, .dms, .elc, .img

How to work with .exe

operational notes

Open it with the format-aware tool first

Start with A format-aware viewer, The software that created it, Developer tooling. Use the declared MIME type and an explicit Content-Disposition instead of relying on the filename alone. If the file came from someone else, keep the original untouched and work on a copy so a failed conversion cannot destroy the only source.

Safety note

Opening this file can install or run code. Verify the publisher and checksum before launch.

Related file extensions

8
Familyapplication
Sourceiana
Aliases21
Deliveryattachment