Verified local conversion

EOT to WOFF

Converting a .eot font to .woff repackages the same glyphs and metrics for a different delivery target. Free, private, and validated — the file never leaves your browser.

Private for supported formats — processed in your browser

Convert supported files

Runs on your device

Drop EOT files here

Batch files can each use a different output. Nothing uploads for local conversions.

Working inputs include camera RAW, browser-local audio/video, PDF, CBZ/CBR comics, office documents, ebooks, markup, 3D models, structured text, images, and archives.

About converting Embedded OpenType font to WOFF web font

Converting a .eot font to .woff repackages the same glyphs and metrics for a different delivery target. Embedded OpenType, extension .eot, was Microsoft's proprietary web-font format for Internet Explorer: a TrueType or OpenType font compressed and optionally bound to specific domains so it could not be reused elsewhere. For a decade it was the only way to serve custom fonts to the web's then-dominant browser.

WOFF, extension .woff, wraps an OpenType or TrueType font in zlib compression plus a small header and an optional metadata block, creating a format websites could legally and efficiently serve. It was the format that ended the web's font drought and made @font-face mainstream. For this route the practical draw is broad legacy reach, with browser support stretching back to IE9 and Android 4.4 and lossless wrapper with licensing-friendly metadata — balanced against superseded by WOFF2's stronger compression, which is worth knowing before you commit a large batch.

Why convert EOT to WOFF?

The practical trigger for this conversion is usually a mismatch: with .eot, obsolete: its only consumer, Internet Explorer, has been retired since 2022. Switching to .woff buys you broad legacy reach, with browser support stretching back to IE9 and Android 4.4, which is why it is the better fit for web-font serving for audiences on older browsers such as IE9 and early Android. Because the conversion runs locally, trying it costs nothing but a few seconds of compute on your own machine.

EOT vs WOFF at a glance

AspectEmbedded OpenType font (.eot)WOFF web font (.woff)
Format typeContainer — quality depends on the codecs and settings insideContainer — quality depends on the codecs and settings inside
How it stores dataa header wrapping a TrueType font, optionally compressed with the proprietary MicroType Express schemeeach sfnt table is individually zlib-compressed, so the structure mirrors the original font table for table
Strongest atmaintaining intranet applications pinned to old Internet Explorer versionsweb-font serving for audiences on older browsers such as IE9 and early Android
Weak spotobsolete: its only consumer, Internet Explorer, has been retired since 2022superseded by WOFF2's stronger compression
Metadatathe wrapper preserves the embedded font's name table and adds header fields for the family name and the domain root strings that governed where the font could be usedbeyond the wrapped font's own name table, the extended metadata block stores vendor, credits, description, and license information as XML
01

Add your EOT file

Drop one or more .eot files onto the converter above, or browse for them. They load into browser memory only — nothing is uploaded, so there is no size-based pricing and no server queue.

02

Pick WOFF as the output

Select .woff in the output menu next to each file. The menu only offers targets this engine can genuinely produce, so if WOFF is selectable, the route is real and validated.

03

Convert on your device

Press Convert. The font tables are parsed and rewritten locally with fonteditor-core; glyph outlines, hinting, and kerning survive the trip.

04

Verify and download

Each result is signature-checked before the download unlocks, so a failed encode can never masquerade as a valid WOFF file. Outputs keep the original filename with the .woff extension.

EOT to WOFF questions, answered

Will converting EOT to WOFF lose quality?

Since eot is container-oriented and woff is container-oriented, the conversion preserves the source content exactly as stored; no additional compression pass is applied beyond what .woff itself requires.

Is it private to convert EOT files here?

Yes — the .eot file is processed inside your browser tab and never uploaded. The font tables are parsed and rewritten locally with fonteditor-core; glyph outlines, hinting, and kerning survive the trip. Close the tab and the file is gone from memory.

Where will the WOFF file work?

Support reaches much further back than WOFF2 — IE9, early Chrome and Firefox, and old mobile browsers all handle .woff — which kept it in font stacks for years as a safety net. Modern sites increasingly ship WOFF2 alone, and operating systems continue to require unwrapping before a .woff can be installed.

Will the WOFF file be bigger or smaller than my EOT?

It depends on the content: each sfnt table is individually zlib-compressed, so the structure mirrors the original font table for table. Convert one representative file first and compare before batch-processing a large set.

What happens to the metadata in my EOT file?

In .eot, the wrapper preserves the embedded font's name table and adds header fields for the family name and the domain root strings that governed where the font could be used. Re-encoding through the browser pipeline does not carry embedded metadata into the output, which doubles as a privacy scrub — check the exported file if you specifically need tags preserved.

Can I convert WOFF back to EOT?

Yes — the reverse route exists as a separate tool. Bear in mind that round-tripping .eot → .woff → .eot is not a perfect undo when any lossy step is involved; keep your original if fidelity matters.