STL ASCII ↔ Binary Converter
Upload an STL file, auto-detect ASCII or Binary format, convert to the other format and compare file sizes. Fully browser-local.
読み込み中...
しばらくお待ちください
ツールについて
STL files come in two formats: ASCII (human-readable text) and Binary (compact). This tool detects the current format and converts to the opposite. Binary STL is typically smaller and faster to load; ASCII is easier to debug.
ヒント
- 1Format is auto-detected on upload
- 2Binary STL is usually 4–5× smaller than ASCII
- 3Geometry is preserved — only encoding changes
- 4Preview your model in the 3D viewer before downloading
使用方法
Upload STL
Drop or browse for your .stl file
Review Detection
See detected format and file size in the sidebar
Convert
Toggle target format if needed — conversion runs automatically
Download
Download the converted STL and compare sizes
よくある質問
What's the difference between ASCII and Binary STL?
ASCII STL stores triangles as readable text; Binary STL stores them as compact binary data. Both represent the same geometry. Binary files are typically much smaller.
Will conversion change my model geometry?
No. Only the file encoding changes. Triangle data is preserved through load and re-export.
Which format should I use for 3D printing?
Both work with most slicers. Binary STL is preferred for large files due to smaller size and faster loading.
関連記事
createImageBitmap が利用できない? プラットフォームと環境別にトラブルシューティング
Any3D が createImageBitmap サポートを警告した場合、デスクトップ/モバイルプラットフォーム、HTTPS、企業ポリシー、WebView 制限を確認して、Worker 画像処理パスを復旧させるガイドです。
OffscreenCanvas 不可?プラットフォーム別トラブルシューティング
Any3D で OffscreenCanvas 非対応の場合、プラットフォーム、ハードウェア加速、VPN/社内ネット、企業 WebView 制限を確認してください。
Web Worker が使用できない場合:プラットフォームと環境別にトラブルシューティング
Any3D で Web Worker が使用できない場合、デスクトップ/モバイルプラットフォーム、HTTPS、VPN・社内ネットワーク、企業 CSP、保護者制限を確認して、大ファイルのバックグラウンド処理を復旧させる方法です。