WOFF to SIX Converter

Render web fonts as Sixel graphics for terminal display

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Terminal Graphics

Render WOFF font glyphs as Sixel images viewable directly in terminal emulators — bring typography into command-line workflows.

Web-Based

No libsixel or terminal graphics tools needed on your machine. Convertio handles the WOFF to SIX encoding through your web browser.

Instant Output

The conversion completes in moments — upload your WOFF font and get Sixel-encoded output ready for terminal display.

How to convert WOFF to SIX

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose six or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your six file right afterwards

About formats

WOFF (Web Open Font Format) is a web font container format developed by Jonathan Kew, Tal Leming, and Erik van Blokland, and standardized by the W3C as a Recommendation in December 2012. The format wraps existing TrueType or OpenType font data in a compressed container with additional metadata, specifically designed for efficient delivery over HTTP as part of web pages using the CSS @font-face rule. WOFF applies table-level zlib compression to the font data, typically achieving 40-50% size reduction compared to raw TTF or OTF files, while preserving every table and glyph exactly. An extended metadata block allows foundries to embed licensing information, credits, and descriptions that travel with the font file. WOFF was created to address a practical impasse: type foundries were reluctant to allow their fonts on the web in raw TTF/OTF form (easily installable as desktop fonts), while the web standards community needed a freely implementable font delivery mechanism. One advantage is universal browser support — every modern browser across desktop and mobile platforms renders WOFF natively, making it the baseline format for web typography. The distinct file signature and container structure also provides a licensing benefit, giving foundries a format distinguishable from desktop fonts while remaining technically straightforward. WOFF 2.0, standardized in March 2018, replaces zlib with Brotli compression for an additional 20-30% size reduction and has achieved similarly broad browser adoption. Together, WOFF and WOFF2 enabled the custom web typography revolution that transformed web design from a handful of system fonts to millions of typeface options.
Developer: W3C
Initial release: December 13, 2012
SIX is a file extension for SIXEL (Six Pixel) graphics data, a bitmap graphics format developed by Digital Equipment Corporation (DEC) in 1983 and introduced with the LA50 dot matrix printer. SIXEL encodes images as a sequence of printable ASCII characters, where each character represents a column of six vertical pixels (a 'sixel') — the character's ASCII value minus 63 provides a 6-bit binary pattern, with each bit controlling one pixel in the vertical column. The encoding is structured as a series of sixel bands (each six pixels tall) across the image width, with control sequences for color selection (up to 256 registers with HLS or RGB specification), repeat counts (run-length encoding for efficiency), carriage return, and newline commands. SIXEL data is transmitted to the output device using DEC's standard escape sequence protocol, embedded within the text stream alongside regular character output. Originally designed for DEC's line of printers and later supported by DEC VT-series terminals (VT240, VT330, VT340), SIXEL has experienced a remarkable revival in modern terminal emulator software. One advantage is terminal-native image display: SIXEL allows images to be rendered directly within a text terminal session without requiring a graphical window system, enabling command-line tools to display graphs, photographs, and previews inline with text output. This capability has driven adoption in modern terminals like mlterm, xterm, WezTerm, and foot. SIX/SIXEL data can be generated by ImageMagick, libsixel, and chafa, and viewed in any SIXEL-capable terminal emulator.
Initial release: 1983

Frequently Asked Questions

Why convert WOFF to SIX?

Sixel encoding displays images directly in terminal emulators. Font glyph renders in SIX format can be viewed in command-line environments like xterm.

How do I open a SIX file?

Sixel-capable terminals like xterm, mlterm, and foot display SIX images inline. The img2sixel tool and libsixel library also handle the format.

What is Sixel encoding?

Sixel is a bitmap graphics format from DEC terminals that encodes pixels as printable characters, allowing inline image display in text terminals.

Does Sixel support color?

Yes, Sixel supports color palettes. Modern implementations handle hundreds of colors, though classic DEC terminals were limited to a smaller palette.

Is WOFF to SIX free?

Yes, Convertio converts WOFF to SIX at no charge — fully online with no terminal tools or libsixel installation needed.