下の2つの表は、MIMEと拡張子、実際のファイルの内容のそれぞれが食い違っていた場合、クライアントでどのようにそのリソースを取り扱うかを実験するためのものです。強調されている升目はそれぞれが一致しているものです。
表の横一列は同じMIMEを与えています。クライアントは与えられたMIMEに従って処理するべきです。
| MIME Type | .txt | .htm | .xml | .jpg | .png | .zip | .exe |
|---|---|---|---|---|---|---|---|
| text/plain | plainFile.txt | plainFile.htm | plainFile.xml | plainFile.jpg | plainFile.png | plainFile.zip | plainFile.exe |
| text/html | htmlFile.txt | htmlFile.htm | htmlFile.xml | htmlFile.jpg | htmlFile.png | htmlFile.zip | htmlFile.exe |
| text/xml | xmlFile.txt | xmlFile.htm | xmlFile.xml | xmlFile.jpg | xmlFile.png | xmlFile.zip | xmlFile.exe |
| application/xml | xmlFile.txt | xmlFile.htm | xmlFile.xml | xmlFile.jpg | xmlFile.png | xmlFile.zip | xmlFile.exe |
| image/jpeg | jpegFile.txt | jpegFile.htm | jpegFile.xml | jpegFile.jpg | jpegFile.png | jpegFile.zip | jpegFile.exe |
| image/png | pngFile.txt | pngFile.htm | pngFile.xml | pngFile.jpg | pngFile.png | pngFile.zip | pngFile.exe |
| application/zip | zipFile.txt | zipFile.htm | zipFile.xml | zipFile.jpg | zipFile.png | zipFile.zip | zipFile.exe |
| application/octet-stream | exeFile.txt | exeFile.htm | exeFile.xml | exeFile.jpg | exeFile.png | exeFile.zip | exeFile.exe |
| MIME Type | TEXT | HTML | XML | JPEG | PNG | ZIP | EXE |
|---|---|---|---|---|---|---|---|
| text/plain | plainFile.txt | htmlFile.txt | xmlFile.txt | jpegFile.txt | pngFile.txt | zipFile.txt | exeFile.txt |
| text/html | plainFile.htm | htmlFile.htm | xmlFile.htm | jpegFile.htm | pngFile.htm | zipFile.htm | exeFile.htm |
| text/xml | plainFile.xml | htmlFile.xml | xmlFile.xml | jpegFile.xml | pngFile.xml | zipFile.xml | exeFile.xml |
| application/xml | plainFile.xml | htmlFile.xml | xmlFile.xml | jpegFile.xml | pngFile.xml | zipFile.xml | exeFile.xml |
| image/jpeg | plainFile.jpg | htmlFile.jpg | xmlFile.jpg | jpegFile.jpg | pngFile.jpg | zipFile.jpg | exeFile.jpg |
| image/png | plainFile.png | htmlFile.png | xmlFile.png | jpegFile.png | pngFile.png | zipFile.png | exeFile.png |
| application/zip | plainFile.zip | htmlFile.zip | xmlFile.zip | jpegFile.zip | pngFile.zip | zipFile.zip | exeFile.zip |
| application/octet-stream | plainFile.exe | htmlFile.exe | xmlFile.exe | jpegFile.exe | pngFile.exe | zipFile.exe | exeFile.exe |
| MIME Type | TEXT.txt | HTML.htm | XML.xml | JPEG.jpg | PNG.png | ZIP.zip | EXE.exe |
|---|---|---|---|---|---|---|---|
| text/plain | plainFile.txt | htmlFile.htm | xmlFile.xml | jpegFile.jpg | pngFile.png | zipFile.zip | exeFile.exe |
| text/html | plainFile.txt | htmlFile.htm | xmlFile.xml | jpegFile.jpg | pngFile.png | zipFile.zip | exeFile.exe |
| text/xml | plainFile.txt | htmlFile.htm | xmlFile.xml | jpegFile.jpg | pngFile.png | zipFile.zip | exeFile.exe |
| application/xml | plainFile.txt | htmlFile.htm | xmlFile.xml | jpegFile.jpg | pngFile.png | zipFile.zip | exeFile.exe |
| image/jpeg | plainFile.txt | htmlFile.htm | xmlFile.xml | jpegFile.jpg | pngFile.png | zipFile.zip | exeFile.exe |
| image/png | plainFile.txt | htmlFile.htm | xmlFile.xml | jpegFile.jpg | pngFile.png | zipFile.zip | exeFile.exe |
| application/zip | plainFile.txt | htmlFile.htm | xmlFile.xml | jpegFile.jpg | pngFile.png | zipFile.zip | exeFile.exe |
| application/octet-stream | plainFile.txt | htmlFile.htm | xmlFile.xml | jpegFile.jpg | pngFile.png | zipFile.zip | exeFile.exe |