destination_encoding -> Encoding
変換先のエンコーディングを返します。
ec = Encoding::Converter.new("utf-8", "euc-jp") ec.destination_encoding #=> #<Encoding:EUC-JP>