T11 to SIXEL Converter

Transform CID Type 2 font data into Sixel terminal images online

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

Terminal Display

Render your T11 CID Type 2 font as Sixel-encoded data and display it inline in compatible terminal emulators — no GUI required.

Remote Processing

Our servers handle the rasterization and Sixel encoding. Upload from any browser and get the SIXEL file for terminal viewing.

Data Safety

Uploaded T11 fonts are deleted after conversion and SIXEL outputs are purged within 24 hours for your privacy.

How to convert T11 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

T11 (Type 11) is a PostScript font type defined by Adobe Systems as part of the CID-keyed font architecture, combining CID glyph addressing with TrueType outline data wrapped in a Type 42 PostScript shell. In Adobe's font type numbering, Types 9, 10, and 11 are CID-keyed counterparts to Types 1, 3, and 42 respectively — so Type 11 is essentially a CID-keyed Type 42, designed for TrueType fonts that contain very large glyph sets, particularly CJK (Chinese, Japanese, Korean) character collections. The format allows PostScript interpreters with TrueType rasterizer support to render CJK TrueType fonts while using CID numeric indexing instead of glyph names, which is critical for character sets numbering in the tens of thousands. Glyph outlines remain in native TrueType quadratic spline format, preserving the original hinting instructions, while the CID layer provides efficient glyph access and subsetting through CMap resources. One advantage is direct TrueType rendering quality — unlike converting TrueType outlines to PostScript cubics, Type 11 passes the original outlines to the rasterizer intact, preserving hand-tuned grid-fitting instructions. The CID indexing provides another benefit by supporting multiple encoding schemes (Unicode, national standards) mapped to the same glyph collection without data duplication. Type 11 fonts appear primarily in professional CJK print production and PDF document workflows where large TrueType-based character sets must be embedded in PostScript-derived output.
Developer: Adobe Systems
Initial release: 1993
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 T11 to SIXEL?

Sixel is a character-based image encoding for terminal display. Converting T11 enables you to preview font glyphs directly in a command-line environment.

How do I view a SIXEL file?

Cat the file into a Sixel-capable terminal (xterm, mlterm, WezTerm, foot). The encoded image renders inline among terminal text output.

Is SIXEL the same as SIX?

Yes — SIXEL and SIX refer to the same Sixel graphics encoding. The file extension may vary, but the format is identical.

What color depth does SIXEL offer?

Sixel supports up to 256 palette colors per image — sufficient for anti-aliased font glyph rendering with smooth edges.

Is T11 to SIXEL free?

Yes, this conversion is free on Convertio — processed in the cloud with no software to install.