WOFF to SIXEL Converter

Create DEC Sixel terminal images from web font data online

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

Inline Terminal Art

Display WOFF font glyph renders directly inside terminal sessions — documentation, previews, and font specimens right in the command line.

Server Encoding

All Sixel encoding runs on Convertio servers. No libsixel compilation or terminal graphics setup needed on your local machine.

Private Data

Your uploaded WOFF fonts are erased after conversion, and SIXEL output is deleted within 24 hours — complete privacy for your font files.

How to convert WOFF to SIXEL

1

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

2

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

3

Let the file convert and you can download your sixel 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
SIXEL (Six Pixel) is a bitmap graphics encoding format created by Digital Equipment Corporation (DEC) in 1983 for rendering images on character-cell printers and video terminals. The name derives from the encoding's fundamental unit: a column of six pixels represented by a single ASCII character. Each printable character in the sixel data stream (ASCII 63-126) encodes a 6-pixel vertical column, with the character's binary value determining which pixels are on or off. Color is specified through register-based palette control: a Select Color Sequence assigns an HLS or RGB color value to a numbered register, and subsequent sixel characters use that color until another register is selected. The encoding supports raster attributes for specifying pixel aspect ratio and image dimensions, repeat sequences (! followed by a count and character) for run-length compression of identical columns, and $ (carriage return) and - (new line) for navigating the sixel grid. DEC implemented SIXEL support in their VT240, VT241, VT330, and VT340 terminals, as well as multiple printer models. One advantage of the SIXEL encoding is its ASCII-clean nature: the data stream consists entirely of printable characters and standard control sequences, meaning SIXEL graphics can be transmitted through any text-based communication channel — serial terminals, SSH sessions, telnet connections — without requiring binary-safe transport or protocol modifications. The format's modern renaissance provides another remarkable dimension: after decades of obscurity, SIXEL support has been implemented in numerous contemporary terminal emulators, enabling inline image display in command-line workflows. SIXEL output can be generated by ImageMagick, libsixel, chafa, and various plotting libraries.
Initial release: 1983

Frequently Asked Questions

Why convert WOFF to SIXEL?

SIXEL allows images inside terminal sessions. Font glyph renders as SIXEL can be displayed inline in SSH sessions and terminal-based documentation.

How do I open a SIXEL file?

Pipe or cat the file to xterm, mlterm, foot, or any Sixel-capable terminal. Windows Terminal with preview builds also supports Sixel graphics.

Is SIXEL the same as SIX?

Yes, SIXEL and SIX refer to the same DEC Sixel encoding format. The extensions are interchangeable — both produce terminal-displayable images.

What terminals support Sixel?

xterm (with Sixel enabled), mlterm, foot, WezTerm, and some builds of Windows Terminal support inline Sixel graphics rendering.

Is the conversion free?

Yes, Convertio handles WOFF to SIXEL conversion free of charge — no terminal configuration or graphics libraries needed for conversion.