BinTextTools
Tools for Binary and Text data conversion
Binary to Text Converter
Convert binary files to text format (HEX, BASE64, ASCII, DECIMAL, BINARY).
Text to Binary Converter
Convert text files back to binary format. Header information is auto-detected if present in the file.
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