Bin2C icon
Bin2C icon

Bin2C

Bin2C is a Windows command-line utility which takes HTML or text files as input, converting it to a C-array that can be included in target application code.

GUI

Cost / License

  • Free
  • Proprietary

Platforms

  • Windows
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

  • development
  • hexdump
  • binary-to-array
  • bin-to-array
  • binary-to-c
  • binary-to-cpp
  • hex-dump
  • bin-to-c
  • bin-to-cpp

Bin2C News & Activities

Highlights All activities

Recent activities

No activities found.

Bin2C information

  • Developed by

    DE flagSEGGER Microcontroller GmbH
  • Licensing

    Proprietary and Free product.
  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development
Bin2C was added to AlternativeTo by AntumDeluge on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Bin2C?

Bin2C is a Windows command-line utility which takes HTML or text files as input, converting it to a C-array that can be included in target application code.

Bin2C does not require additional software to be installed (runs stand-alone). Typical usage applications are data that need to be included in a C-program, such as FPGA configuration data, bitmaps in portable format (such as GIF, PNG), web pages that need to be delivered by a built-in web server etc.

The Bin2C utility is very simple to use. It expects a path to an existing file as an input parameter as well as a path to an output file. The input file will be read as binary input data and output into a C-array in the output file. The C-array can be easily compiled into an application.