CharsetDecode
Last updated
Last updated
Encodes a string to a binary representation
Argument | Type | Required | Description | Default |
---|---|---|---|---|
encoded_binary
string
true
The string to encode to binary
encoding
string
false
The charset encoding to use (default: utf-8 )
utf-8