# Binary Converter Tool Node

> Converts text to binary or binary to text

**URL:** https://caywork.com/learn/docs/node/binary_converter_node

## Content

The Binary Converter Node is responsible for converts text to binary or binary to text. This node allows the agent to provide informative data directly sourced from Binary Converter.

### Input Parameters
- **text**: The text or binary string to convert.
- **mode**: The conversion mode ('encode' for text to binary, 'decode' for binary to text). Defaults to 'encode'.

### Output
dict: A dictionary containing the converted result.