Binary Encoder/Decoder API

Free

Online binary encoder/decoder for text. Convert strings to 8-bit binary and decode binary data with or without separators.

Online tool : https://ubikami.com/binarycode

V1

Enpoint
POST https://ubikami.com/api/v1/multiplicationgenerator

Data parameters

Body type : application/x-www-form-urlencoded

Parameter Type Required Description
action text Required Action to perform :
  • encode : Encode a text into binary
  • decode : Decode a binary code into text
data text Required Text or binary code to encode/decode
space boolean Optional Applicable for encode action.
Add space between binary sequences

Return
text