🔢

Text ↔ Hex

Convert text to hexadecimal representation or hex back to text.

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

Input

🔌 API Usage

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

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