Re-encodes the given source Buffer or Uint8Array instance from one character encoding to another. Returns a new Buffer instance.
source
external Buffer transcode(source, String fromEnc, String toEnc);