MIME タイプ インスペクター
Base64文字列を貼り付けて、実際のMIMEタイプとファイル形式を検出します。
100%クライアントサイド — データがデバイスから離れることはありません
よくある質問
以下を検索するか、よくある質問をご覧ください。
ファイルには、フォーマットを識別する固有の開始バイト(「マジックナンバー」と呼ばれます)があります。たとえば、PNG画像は常に「89 50 4E 47」で始まります。このツールは、Base64文字列の最初の数バイトをデコードし、既知の署名と照合します。
Related Tools
Base64 to File Decoder
Decode Base64 strings back into downloadable files with MIME detection
Base64 Analyzer
Analyze Base64 strings to determine their validity, character set, padding, length, and decoded data type
Data URI Generator
Generate Data URIs from text or files, and parse existing Data URIs to extract their content and metadata