Converts various binary input types to Blob.
String, ArrayBuffer, ArrayBufferView, Uint8Array, or Blob to convert
Optional
Optional TextEncoder instance (uses singleton if not provided)
Blob representation of the input
Converts various binary input types to Blob.