instance method Encoding#name

name -> String[permalink][rdoc]
to_s -> String

エンコーディングの名前を返します。

Encoding::UTF_8.name       => "UTF-8"