BinTextTools

Tools for Binary and Text data conversion

Binary to Text Converter

Convert binary files to text format (HEX, BASE64, ASCII, DECIMAL, BINARY).

Select a binary file to convert
0 = no line breaks
Paste base64-encoded binary data to convert
0 = no line breaks

Text to Binary Converter

Convert text files back to binary format. Header information is auto-detected if present in the file.

Select a text file to convert back to binary
JSON header with format information. Leave empty to auto-detect from file.
Paste text content to convert back to binary
JSON header with format information. Leave empty to auto-detect from text.

API Documentation

All tools are available via REST API. Use the interactive API documentation for more details.

Binary to Text
POST /api/bin2text

Convert binary file to text format

Text to Binary
POST /api/text2bin

Convert text file back to binary format

POST /api/text2bin/text

Convert text content (JSON body) back to binary format

Binary to Text (Text Input)
POST /api/bin2text/text

Convert base64-encoded binary data (JSON body) to text format

Health Check
GET /health

Check service health status