PFB to SIXEL Converter

Convert PFB fonts to SIXEL terminal graphics — free

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

Inline Terminal Images

SIXEL renders PFB font glyphs directly within terminal windows — display font specimens alongside command-line output.

DEC Heritage

Sixel encoding dates back to DEC VT terminals and has been revived in modern terminal emulators — a proven graphics protocol.

Cloud Encoded

Sixel encoding happens on Convertio servers — no local encoding tools or terminal dependencies needed for the conversion itself.

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

PFB (Printer Font Binary) is the compact binary representation of Adobe's PostScript Type 1 font format, introduced alongside PFA in 1984. Where PFA stores the entire font program as hex-encoded ASCII text, PFB wraps the same data in a lightweight binary container that uses segment headers to mark regions as ASCII or binary. The encrypted glyph outline section (eexec) is stored as raw bytes rather than hex characters, cutting the file size roughly in half compared to PFA. Each segment begins with a marker byte and a 32-bit length field, making the format simple to parse while still significantly more compact. PFB became the dominant Type 1 distribution format on Windows and DOS platforms, used in combination with PFM (Printer Font Metrics) or AFM files that supply the character width and kerning data needed for text layout. One advantage is storage and transfer efficiency — the binary encoding means a typical text font occupies 30-50 KB rather than the 60-100 KB its PFA equivalent would require. The segmented structure also allows PostScript interpreters to stream font data efficiently, processing ASCII and binary portions with their respective handlers. Adobe Type Manager (ATM) on Windows relied on PFB files to render smooth Type 1 text on screen, a capability that transformed desktop publishing on the PC platform. While OpenType fonts have largely replaced Type 1 for new work, PFB files persist in established print workflows, archival font libraries, and systems that depend on PostScript output.
Developer: Adobe Systems
Initial release: 1984
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 PFB to SIXEL?

SIXEL encodes images as DEC terminal escape sequences — convert PFB font glyphs into graphics that display inline in Sixel-capable terminal emulators.

How to open SIXEL?

Pipe SIXEL files to xterm (with VT340 mode), mlterm, foot, WezTerm, or any Sixel-capable terminal. ImageMagick can also decode them.

Is SIXEL the same as SIX?

Yes — SIXEL and SIX both refer to the DEC Sixel graphics encoding. The two extensions are interchangeable.

Can Sixel show color images?

Yes — Sixel supports color palettes, allowing multi-color rendering of font glyphs within supported terminal emulators.

Is there a cost?

No — Convertio provides free PFB to SIXEL conversion online, no registration or software needed.