JPEG XL を WebP に変換
下のエリアに JPEG XL ファイルをドロップすると WebP ファイルが得られます。変換はお使いの端末上で行われるため、アップロードは発生せず、ブラウザのメモリが許す限りサイズや枚数の制限もありません。
ここに画像をドロップ
Ctrl/⌘ Vスクリーンショットやコピーした画像を貼り付け
対応形式: JPEG XL
値を下げるほどファイルは小さくなります。写真なら 75 が扱いやすい既定値です。
100% ブラウザ内処理 ファイルは一切アップロードされません。
なぜ JPEG XL を WebP に変換するのか
多くのウェブサイト、コンテンツ管理システム、そして古いデスクトップソフトは JPEG XL ファイルをそのまま拒否します。WebP はほぼどこでも受け付けられるため、この変換の需要の大半はこの一点で説明がつきます。
できあがる WebP ファイルは、元の JPEG XL より大きくなります。WebP の幅広い互換性と扱いやすさを得るための代償です。
どちらも非可逆形式です。再エンコードのたびに少しずつディテールが失われるため、何度も変換を経たコピーではなく、元のファイルから変換するのが得策です。
JPEG XL is arguably the best-designed image format currently available and almost nothing can display it. WebP is comfortably behind it on compression and is supported absolutely everywhere. This conversion trades the former for the latter, which as of 2026 is usually the correct call for anything that has to be seen by other people.
Before you convert
The support gap is the entire reason to do this
As of August 2026, Safari is the only browser opening JXL without the user changing a setting. Chrome 145 ships a decoder behind a flag with default-on expected in the second half of the year, and Firefox 152 sits behind a preference. Out-of-the-box coverage is around 14 percent. WebP, meanwhile, works in every browser anyone is using. Once Chrome flips its switch that gap will close sharply — but it has not yet.
Expect the file to grow
JXL is more efficient than WebP in both lossy and lossless modes, so moving down costs bytes — how many depends on content and on which mode the source used. If the JXL was a lossless repack of an old JPEG, note that converting to WebP breaks the reversibility: you can no longer reconstruct that original JPEG from the result.
Deep colour flattens, transparency survives
WebP is an 8-bit format, so a high bit depth or HDR JXL will be reduced to standard range on the way through — visible as flatter highlights on HDR material. The alpha channel, by contrast, transfers intact with all 256 levels, so anything with soft edges or partial transparency comes across properly.
What carries over
- Transparency, all 256 levels
- Pixel dimensions
- Support in every browser in use
What does not
- Compression efficiency
- Bit depth above 8 and HDR
- Reversibility, if the JXL repacked a JPEG
JPEG XL と WebP の比較
| 項目 | JPEG XL | WebP |
|---|---|---|
| 圧縮方式 | 非可逆 | 非可逆 |
| 透過 | 対応 | 対応 |
| 一般的なファイルサイズ | 同等の JPEG のおよそ 45-60% | 同等の JPEG のおよそ 65-75% |
| 互換性 | Safari と比較的新しい Chrome が対応。それ以外ではまだ稀 | 現行のすべてのブラウザとほとんどのアプリが対応 |
| 主な入手元 | 長期保存や写真編集のワークフロー | ページ容量を最適化しているウェブサイト |
よくある質問
JPEG XL ファイルはどこかにアップロードされますか?
いいえ。デコーダーとエンコーダーはこのページ内で動く WebAssembly モジュールです。形式を初めて使う際はネットワークタブにコーデックの取得が表示されることがありますが、ファイルを含む通信はありません。対応ブラウザでは一度使ったコーデックがキャッシュされ、以後は同じ変換をオフラインでも実行できます。
ファイルサイズや枚数の制限はありますか?
当サイト側では設けていません。実際の上限は端末のメモリです。変換中は画像を非圧縮で保持する必要があるためです。一般的なノートパソコンなら、1 億画素程度までは問題なく変換できます。
WebP に変換すると画質は落ちますか?
WebP は非可逆形式のため、一部のデータが捨てられます。既定の品質設定であれば、通常の表示サイズで違いが見えることはありません。ピクセル単位で完全に同じコピーが必要な場合は PNG を選んでください。
スマートフォンでも使えますか?
はい。同じ WebAssembly モジュールがモバイルブラウザでも動作します。スマートフォンの CPU は非力なためデスクトップより時間がかかり、非常に大きな画像ではメモリの上限に達しやすくなります。
JPEG XL ファイルは何が作るのですか?
主にアーカイブ用途のワークフローと、早期に対応した写真編集ソフトです。カメラやスマートフォンから渡されるものではありません。手元にあるとすれば、保存品質を重視して誰かが意図的に選んだ可能性が高いでしょう。
WebP をウェブサイトで使っても大丈夫ですか?
大丈夫です。現行のすべてのブラウザが対応しており、訪問者のおよそ 97% をカバーします。残る隙間は古いブラウザではなく古いソフトの側にあり、一部のデスクトップ画像ビューアや古い CMS のアップロード欄では今も拒否されます。