HEIC を WebP に変換
下のエリアに HEIC ファイルをドロップすると WebP ファイルが得られます。変換はお使いの端末上で行われるため、アップロードは発生せず、ブラウザのメモリが許す限りサイズや枚数の制限もありません。
ここに画像をドロップ
Ctrl/⌘ Vスクリーンショットやコピーした画像を貼り付け
対応形式: HEIC
値を下げるほどファイルは小さくなります。写真なら 75 が扱いやすい既定値です。
100% ブラウザ内処理 ファイルは一切アップロードされません。
なぜ HEIC を WebP に変換するのか
多くのウェブサイト、コンテンツ管理システム、そして古いデスクトップソフトは HEIC ファイルをそのまま拒否します。WebP はほぼどこでも受け付けられるため、この変換の需要の大半はこの一点で説明がつきます。
できあがる WebP ファイルは、元の HEIC より大きくなります。WebP の幅広い互換性と扱いやすさを得るための代償です。
どちらも非可逆形式です。再エンコードのたびに少しずつディテールが失われるため、何度も変換を経たコピーではなく、元のファイルから変換するのが得策です。
Of all the ways off HEIC, this is the one that gives up the least. You are moving between two modern codecs rather than falling back thirty years, so the file stays small; WebP keeps transparency, and every browser in current use displays it. If the destination is a web page, this is usually the right choice — the reason people pick JPEG instead is compatibility outside the browser, not quality.
Before you convert
The file stays close to its original size
HEIC and WebP are in roughly the same efficiency class — HEIC has the edge, but not by the margin that separates either of them from JPEG. Expect the WebP to land somewhere near the HEIC rather than doubling it. That is the main practical reason to prefer this route for anything going onto a website.
Outside the browser it gets awkward
Browsers are settled on WebP. Email clients, print shops, older desktop editors and a number of upload forms are not. If these photos are going to a person rather than onto a page — attached to an email, handed to a print service — you have swapped one compatibility problem for a slightly less common one. JPEG is the format that ends that conversation.
The container extras still stay behind
WebP is a better match for HEIC on compression, but it is still a single-image format. Burst sequences, portrait depth maps and the moving half of a Live Photo have nowhere to go, exactly as with JPEG and PNG. Standard EXIF — time, location, camera settings — comes across normally.
What carries over
- Most of the original compression efficiency
- Transparency
- Capture time, GPS, camera settings
What does not
- Burst sequences and depth maps
- The moving part of a Live Photo
- Support in email and older desktop software
HEIC と WebP の比較
| 項目 | HEIC | WebP |
|---|---|---|
| 圧縮方式 | 非可逆 | 非可逆 |
| 透過 | 対応 | 対応 |
| 一般的なファイルサイズ | 同等の JPEG のおよそ 50-60% | 同等の JPEG のおよそ 65-75% |
| 互換性 | Apple 製品の標準形式。ウェブへのアップロードでは拒否されがち | 現行のすべてのブラウザとほとんどのアプリが対応 |
| 主な入手元 | iPhone・iPad の写真ライブラリ | ページ容量を最適化しているウェブサイト |
よくある質問
HEIC ファイルはどこかにアップロードされますか?
いいえ。デコーダーとエンコーダーはこのページ内で動く WebAssembly モジュールです。形式を初めて使う際はネットワークタブにコーデックの取得が表示されることがありますが、ファイルを含む通信はありません。対応ブラウザでは一度使ったコーデックがキャッシュされ、以後は同じ変換をオフラインでも実行できます。
ファイルサイズや枚数の制限はありますか?
当サイト側では設けていません。実際の上限は端末のメモリです。変換中は画像を非圧縮で保持する必要があるためです。一般的なノートパソコンなら、1 億画素程度までは問題なく変換できます。
WebP に変換すると画質は落ちますか?
WebP は非可逆形式のため、一部のデータが捨てられます。既定の品質設定であれば、通常の表示サイズで違いが見えることはありません。ピクセル単位で完全に同じコピーが必要な場合は PNG を選んでください。
スマートフォンでも使えますか?
はい。同じ WebAssembly モジュールがモバイルブラウザでも動作します。スマートフォンの CPU は非力なためデスクトップより時間がかかり、非常に大きな画像ではメモリの上限に達しやすくなります。
なぜ iPhone は写真を HEIC で保存するのですか?
Apple は iOS 11 から HEIC に切り替えました。同じ写真を JPEG の約半分の容量で収められるからです。その代償として Apple のエコシステム外では対応が不揃いで、アップロードが弾かれる原因の多くはここにあります。「設定 → カメラ → フォーマット → 互換性優先」を選べば JPEG で撮影できますが、容量の節約は失われます。
WebP をウェブサイトで使っても大丈夫ですか?
大丈夫です。現行のすべてのブラウザが対応しており、訪問者のおよそ 97% をカバーします。残る隙間は古いブラウザではなく古いソフトの側にあり、一部のデスクトップ画像ビューアや古い CMS のアップロード欄では今も拒否されます。