Parse the archive
MHTML is a MIME multipart container. We detect the boundary, split every part and decode quoted-printable & base64 payloads — right in your browser.
Free · Offline · No upload
Drop a saved web page below. We extract the text, inline every image and stylesheet, and hand you a single HTML file that opens perfectly anywhere — no internet required.
.mhtml / .mht fileor
Your file never leaves this device — everything happens in your browser.
Conversion complete
Scripts are stripped from the output for safety; text, images and styles are preserved.
Under the hood
MHTML is a MIME multipart container. We detect the boundary, split every part and decode quoted-printable & base64 payloads — right in your browser.
Each image and stylesheet is converted to a data: URI. All cid: and original URL references in the HTML are rewritten to point at them.
You get a single self-contained .html that opens locally in any browser — with all text and images intact, forever.
This tool has no backend. Your archive is read with the browser's FileReader API, parsed in memory and discarded when you leave the page. It works even with Wi-Fi turned off.