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