Bincodeto.cc -
POST /convert HTTP/1.1 Content-Type: application/json "input": "0100100001101001", "input_format": "binary", "output_format": "hex"
Table 1: Conversion performance.
"output": "4869", "status": "success"
| Conversion Type | Time (ms) | Throughput (MB/s) | |----------------|-----------|-------------------| | Binary → Hex | 48 | 20.8 | | Hex → Binary | 62 | 16.1 | | Binary → Base64 | 71 | 14.1 | | Base64 → Binary | 85 | 11.8 | bincodeto.cc

