PFA to SIXEL Converter

Render PFA fonts as SIXEL inline terminal images online

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

Inline Terminal Display

SIXEL renders images directly inside terminal sessions — preview PFA font glyphs without leaving the command line.

No Encoder Needed

Skip installing libsixel or other encoding tools — convert PFA to SIXEL online and download the ready-to-display file.

Instant Rendering

The PFA to SIXEL conversion completes in seconds — quick enough for real-time font inspection workflows.

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

PFA (Printer Font ASCII) is one of two file representations of Adobe's PostScript Type 1 font format, introduced in 1984 as part of the PostScript page description language. A PFA file contains the complete font program as plain ASCII text — the clear-text header with font name, encoding array, and metrics, followed by a hex-encoded encrypted section (eexec) holding the actual glyph outlines described as cubic Bezier curves with stem hints. Because every byte is represented in printable ASCII characters, PFA files are roughly twice the size of their PFB binary counterparts, but they can be transmitted through any text-safe channel and edited in a standard text editor. PFA became the standard Type 1 distribution format on Unix and Linux systems, where binary font formats were less convenient for PostScript printer pipelines. A key advantage is universal text compatibility — PFA files pass cleanly through email systems, FTP text-mode transfers, and version control without corruption from character encoding transformations. The readable structure also benefits font developers, who can inspect header values and encoding declarations directly. Type 1 fonts in PFA form powered the desktop publishing revolution of the late 1980s and 1990s, with Adobe's font library and the Apple LaserWriter printer establishing PostScript typography as the professional standard. Although OpenType has superseded Type 1 for new font development, PFA files remain in active use within legacy publishing workflows and PostScript/PDF production systems.
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 PFA to SIXEL?

SIXEL encodes images as terminal escape sequences — the only way to display bitmap graphics inline in text-mode terminals without a GUI.

How to open SIXEL?

SIXEL data renders in compatible terminals (xterm, mlterm, foot, WezTerm). Use cat to send the file to your terminal for inline display.

Is SIXEL the same as SIX?

Yes — SIX and SIXEL refer to the same DEC Sixel graphics format. The terms are used interchangeably.

Which terminals support SIXEL?

xterm (with -ti 340 flag), mlterm, mintty, foot, and WezTerm support Sixel natively. Several others support it via plugins.

Is the conversion free and online?

Yes — produce SIXEL files from PFA fonts at no cost, entirely in your web browser.