@seo-maru 2020/10/27更新 Rubyでforce_encodingする方法 Ruby 結構キツめに無理やり変換したい場合。 force_encoding("UTF-8").encode("UTF-16BE", "UTF-8", :invalid => :replace, :undef => :replace, :replace => '?').encode("UTF-8")