SIXEL to PBM Converter

Convert terminal images to PBM format online for free

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

No Install Required

The entire SIXEL to PBM conversion runs in your browser. No desktop software, no plugins — just upload and convert.

Simple Workflow

Upload SIXEL, pick PBM, download the result — the three-step process makes converting legacy formats effortless for anyone.

Cloud Processing

Conversion runs on remote servers, so your computer stays fast. Even large SIXEL images are handled without slowing your device.

How to convert SIXEL to PBM

1

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

2

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

3

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

About formats

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
PBM (Portable Bitmap) is the monochrome (black and white, 1-bit) member of the Netpbm family of image formats, created by Jef Poskanzer in 1988 as part of the Pbmplus toolkit for Unix systems. The format exists in two variants: ASCII (magic number P1), where each pixel is represented as a text character '0' (white) or '1' (black) separated by whitespace, and binary (magic number P4), where pixels are packed eight per byte for compact storage. Both variants begin with a plain-text header specifying the magic number, image width and height, and optional comments. PBM was designed as the simplest possible image format — a bridge format for converting between the many incompatible raster formats that proliferated across different Unix systems and applications during the 1980s. The Netpbm philosophy was to convert any source format to PBM/PGM/PPM as an intermediate step, then convert to the target format, using the portable formats as a universal exchange layer. One advantage is extreme simplicity — the ASCII variant can be literally typed by hand in a text editor, and both variants are trivial to parse and generate in any programming language without external libraries. The format's role as a universal image processing intermediate is another strength: hundreds of Netpbm command-line tools accept PBM input, enabling complex image manipulation pipelines through Unix pipes. PBM remains used in computer science education, OCR preprocessing, and any context where a dead-simple monochrome image representation is needed.
Developer: Jef Poskanzer
Initial release: 1988

Frequently Asked Questions

Why convert SIXEL to PBM?

Terminal-rendered SIXEL graphics are confined to the command line. Converting to PBM makes them usable across all platforms and apps.

What programs can open PBM?

GIMP, IrfanView, XnView, Photoshop, and most Linux image viewers open PBM files. The format is part of the Netpbm toolkit family.

Does SIXEL to PBM preserve quality?

The conversion keeps your image data intact — PBM does not introduce compression artifacts, ensuring the output matches the original closely.

How long does SIXEL to PBM conversion take?

The process is fast — cloud-based processing handles SIXEL to PBM conversion in seconds for standard-sized images, even on slower connections.

Can I convert multiple SIXEL images at once?

Yes — upload multiple SIXEL files in one session and convert them all to PBM simultaneously. Batch processing saves time on repetitive tasks.

Can I convert SIXEL from modern terminals?

Yes — SIXEL files from any modern terminal emulator (kitty, foot, mlterm, etc.) can be uploaded and converted to PBM instantly.