Which MIME types are related to file extension ".s98"?

The .s98 file extension is associated with 1 MIME types:

application/octet-stream.

A MIME type is a string that tells browsers and other tools how to handle a particular kind of file.

About .s98 Files

S98 files are a type of binary sound log file used on vintage systems like the PC88 and PC9801.
They record low-level data commands sent to sound hardware rather than storing typical digital audio.
Since they are identified as application/octet-stream, they contain raw binary data that needs special interpretation.

Based on information from FilExt.com, these files serve as a record of sound command sequences—not a direct audio recording—and may require niche software for proper playback and editing.

Relationship between file extension and MIME type

A file extension is a suffix at the end of a filename that indicates what type of file it is. File extensions help both users and operating systems identify what application should be used to open the file.

File extensions are typically separated from the filename by a period (dot) and consist of 2-4 characters, though they can be longer. For example, in the filename "document.pdf", ".pdf" is the file extension.

File extensions are closely related to MIME types, as they both serve to identify the format of a file. However, while MIME types are used primarily by web browsers and servers, file extensions are used by operating systems and applications.

Associated MIME types

application/octet-stream

FAQs

What is an .s98 file?

An .s98 file is a sound log format created for vintage Japanese computers like the NEC PC-9801 and PC-8801. Instead of storing digital audio waves, it contains a sequence of commands sent to the system's FM sound chips (such as the Yamaha YM2608). To hear the music, an emulator or specialized player must process these commands in real-time.

How do I play .s98 files on Windows?

You need a media player that supports chip music emulation, as standard players like VLC cannot interpret the data. KBMedia Player is a popular choice for this format, or you can use Winamp or Foobar2000 with specific input plugins (often called in_s98) to emulate the hardware and play the file.

Can I convert .s98 files to MP3 or WAV?

Yes, but the file must be "rendered" rather than simply transcoded. You can use players like Foobar2000 (with the necessary plugin) to play the file and use its Convert feature to save the audio output as MP3 or WAV. There are also command-line utilities like s982wav designed specifically for this purpose.

Why does my browser identify the file as application/octet-stream?

Because the .s98 format is a proprietary binary log without a widely standardized IANA registration, servers usually default to the generic application/octet-stream MIME type. This tells the browser that the file contains arbitrary binary data and should usually be downloaded rather than displayed.

Is an .s98 file the same as a MIDI file?

No, although both store instructions rather than audio, they function differently. MIDI sends high-level musical notes to a synthesizer, whereas .s98 files log low-level hardware register writes specific to the FM sound chips of NEC computers. Consequently, .s98 files sound identical to the original hardware, whereas MIDI files can sound different depending on the device playing them.

General FAQ

What is a MIME type?

A MIME (Multipurpose Internet Mail Extensions) type is a standard that indicates the nature and format of a document, file, or assortment of bytes. MIME types are defined and standardized in IETF's RFC 6838.

MIME types are important because they help browsers and servers understand how to process a file. When a browser receives a file from a server, it uses the MIME type to determine how to display or handle the content, whether it's an image to display, a PDF to open in a viewer, or a video to play.

MIME types consist of a type and a subtype, separated by a slash (e.g., text/html, image/jpeg, application/pdf). Some MIME types also include optional parameters.

How do I find the MIME type for a file?

You can check the file extension or use a file identification tool such as file --mime-type on the command line. Many programming languages also provide libraries to detect MIME types.

Why can one extension have multiple MIME types?

Different programs and historical usage may assign various MIME identifiers to the same file format. Listing them together helps maintain compatibility across tools.