1️⃣

Text ↔ Binary

Convert text to 8-bit binary representation or binary back to text.

encoder API: POST /api/tools/text-to-binary

Input

🔌 API Usage

POST /api/tools/text-to-binary
Content-Type: application/json

// Example body:
{
  "text": "",
  "mode": "to_binary"
}