ComfyUI Node
Binary to String Converter
A ComfyUI node in ARG Toolkit/Utilities/Converter with 3 inputs and 1 output.
Binary to String Converter
- converted_txt
◄textHello World!►
◄encoding_format▾►
◄other_encoding_format►
CategoryARG Toolkit/Utilities/Converter
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Hello World! | — |
| encoding_format | COMBO | The encoding format available for text, may yield different results when converting. | |
| other_encoding_formatopt | STRING | If, for some reason, your chosen encoding format is not available in the dropdown, select "Other" in encoding_format and type in your encoding format here. Supports all format written in Python's `encoding` module. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| converted_txt | STRING | — |