Text / SEO
Text to binary
Encode text as UTF-8 binary bytes or decode binary back to text.
Input
Text to binary
Result
Text to binary
Waiting for text
The result will appear here.
API
Also available by API
Use JSON with a NOXUS API key. API billing uses separate USD balance.
The response includes structured values and downloadable content when useful.
POST /api/v1/tools/text-binary
Authorization: Bearer TU_API_KEY
Content-Type: application/json
{
"direction": "encode",
"text": "Hola"
}
{
"direction": "decode",
"text": "01001000 01101111 01101100 01100001"
}