# ascii2binary を Homebrew, apt でインストール

ascii2binary のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:ascii2binary
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ascii2binary
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install ascii2binary
```

  証拠: Debian stable package indexes: ascii2binary from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## パッケージ情報

- **パッケージキー:** brew:ascii2binary
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.14
- **ソース概要:** Converting Text to Binary and Back
- **ホームページ:** <https://billposer.org/Software/a2b.html>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ascii2binary (エイリアス)
- binary2ascii (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.14
## プロジェクトの歴史と使われ方

ascii2binary is a pair of C/POSIX command-line programs, `ascii2binary` and `binary2ascii`, for converting between textual representations of numbers and raw binary values. The upstream page frames them as tools for test data generation, binary-file inspection, and glue between text-producing and binary-consuming programs.

### プロジェクトの歴史

The official page documents version 2.14 as current, last modified on 2010-08-29. Its changelog starts at version 2.0, when support for long and long long integers was added, and version 2.1 added the companion `binary2ascii` command.

Later 2.x releases focused on practical conversion details: base selection, internationalization, endianness reporting, script-friendly exit codes, long double support, locale-aware thousands separators, type-size reporting, and packaging-oriented header-name cleanup.

### 採用の歴史

The upstream downloads section links not only tarballs but also Debian, FreeBSD FreshPorts, Open Package, OpenSolaris, SUSE RPM, and Ubuntu package pages. The input package facts show current Homebrew, Debian, and Ubuntu package-manager coverage.

### 使われ方

Users pipe whitespace-separated textual numbers into `ascii2binary` with flags selecting base and type, then pipe binary data into `binary2ascii` to inspect or reformat it. The official examples show hexadecimal-to-binary conversion, binary-to-hex/binary display, floating-point inspection, width and zero-padding controls, and locale conversion from German to American English number formatting.

### パッケージ好きにとっての重要性

This is a classic small Unix filter package: narrow purpose, POSIX C implementation, man pages, no credentials, no runtime config, and behavior that matters in scripts. Its fine-grained exit codes and locale/type-size options are the sort of details downstream users notice when a converter becomes part of test fixtures or data pipelines.

### タイムライン

- 2007-02: Official ascii2binary man page timestamp.
- 2.0: Adds support for long and long long integers.
- 2.1: Adds binary2ascii to the package.
- 2.3: Programs become fully internationalized with a French translation.
- 2.7: Exit codes are redefined for script-friendly error classes.
- 2.11: Locale-aware numeric conversion is added.
- 2010-08: Official page lists version 2.14 as current and last modified.

### Related projects

- strtod, strtoll, and strtoull are the C library conversion functions named in the official man page.
- Downstream package links on the official page include Debian, FreeBSD FreshPorts, Open Package, OpenSolaris, SUSE RPMs, and Ubuntu.

### ソース

- <http://billposer.org/Software/Ascii2BinaryChangeLog.html>
- <http://billposer.org/Software/ascii2binary_man.html>
- <https://billposer.org/Software/a2b.html>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Debian apt - ascii2binary - 2.14-1.1+b1: normalized package name match | Debian stable package indexes: ascii2binary from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Convert between ASCII, hexadecimal and binary representations | http://billposer.org/Software/a2b.html
- Ubuntu apt - ascii2binary - 2.14-1.1: normalized package name match | Ubuntu 24.04 LTS package indexes: ascii2binary from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Convert between ASCII, hexadecimal and binary representations | http://billposer.org/Software/a2b.html


## Combined YAML source

View the package source record on GitHub. [combined/ascii2binary.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ascii2binary.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
