Skip to main content

BitEdit 2

BitEdit 2 is a professional binary editor designed for ECU calibration editing. It supports structured map editing with 2D, 3D and grid views, hex dump editing, DTC management, versioning, and multi-format map pack import.

Getting Started

Key Concepts

Map — a known region in the binary containing calibration data that can be visualized as a surface (2D axes), curve (1D axis), or scalar value.

Map Pack — metadata describing the structure of a specific binary, including map addresses, data formats, axis definitions, and value constraints.

Axis — the sequence of reference values associated with map data. BitEdit 2 uses the Outer/Inner convention:

  • Outer axis — labels each row in memory (the dimension whose stride spans multiple cells)
  • Inner axis — labels each cell within a row (the dimension within one contiguous row)

This convention describes physical data layout and survives display transposing.

Parallel Maps — a group of maps sharing semantic purpose that can be edited together with automatic change propagation.