AW to XBM Converter

AW to XBM online — X Window bitmap from documents

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

X11 Native

XBM is the native bitmap format for X Window System. Create icons and cursors from your AW document content.

Cloud Processing

Rendering runs on remote servers. No processing overhead on your local machine.

Secure Conversion

Uploaded files are deleted after processing. XBM output is purged within 24 hours.

How to convert AW to XBM

1

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

2

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

3

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

About formats

AW is the document format of Applix Words, the word processor component of the Applix office suite (later renamed Anyware Office) developed by Applix, Inc. for Unix and Linux workstations. The suite targeted enterprise Unix environments during the 1990s, providing word processing, spreadsheet, graphics, and presentation capabilities on platforms like Solaris, HP-UX, AIX, and Linux where Microsoft Office was unavailable. AW files store formatted text documents with support for character and paragraph styling, page layout, tables, headers and footers, and embedded graphics. The format uses a proprietary binary structure optimized for the Applix application's internal document model. Applix Words gained particular visibility in the Linux community during the late 1990s when it was bundled with several commercial Linux distributions as their default word processor before OpenOffice.org became widely available. One advantage was native Unix platform support — Applix provided professional word processing capabilities on Unix workstations at a time when few commercial alternatives existed. The format's tight integration with other Applix suite components enabled cross-referencing between word processing documents, spreadsheets, and presentations. Applix was acquired by Cognos in 2003, and the office suite was discontinued. AW files are primarily encountered today in archived documents from Unix enterprise environments of the 1990s and early 2000s.
Developer: Applix, Inc.
Initial release: 1992
XBM (X BitMap) is a monochrome (1-bit) image format defined as part of the X Window System, originating at MIT around 1987. XBM files are unique among image formats in being valid C source code: each file defines the image as a static array of unsigned char values containing the packed pixel data, preceded by #define statements specifying the image width, height, and optional hot-spot coordinates (for cursor images). The pixel data is stored in hexadecimal byte values within curly braces, with each bit representing one pixel (1 = foreground, 0 = background) and bits ordered LSB-first within each byte. This design was intentional — XBM images could be #included directly into X Window application source code and compiled into the binary, eliminating the need for external file loading and runtime format parsing. The format was used throughout the X11 ecosystem for cursor shapes, window icons, toolbar buttons, and other small UI elements. One advantage is the source-code nature of the format: XBM files can be edited with a text editor, diff'd and merged in version control, generated by shell scripts, and compiled directly into C programs without any image loading library — a level of toolchain integration that no binary image format can match. The format's role as part of the X Window standard ensures it is understood by every X11-aware toolkit and application. While limited to monochrome and no compression, XBM's simplicity makes it an excellent teaching format for understanding bitmap representations. XBM files are supported by all X11 applications, ImageMagick, GIMP, web browsers (as a legacy web format), and programming environments.
Developer: MIT X Consortium
Initial release: 1987

Frequently Asked Questions

What is XBM?

XBM (X Bitmap) is a monochrome image format used in the X Window System for cursors, icons, and bitmaps.

Why convert AW to XBM?

XBM is used for X Window icons and cursors. Convert AW content when your X11 workflow needs bitmap resources.

What opens XBM files?

X Window tools, GIMP, web browsers (as embedded images), and ImageMagick can open XBM files.

Is this free?

Yes, AW to XBM is free. Premium plans extend limits.

Is XBM stored as C code?

Yes — XBM files are actually C source code defining the bitmap data array. They compile directly into programs.

How fast is it?

Very fast. XBM files are tiny, and cloud servers produce them instantly.