{"html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcortyuming.hateblo.jp%2Fentry%2F20081029%2Fp3\" title=\" \u306a\u3093\u3068\u306a\u304fencode\u3068decode \u4f7f\u3063\u3066\u307f\u305f - \u724c\u8a9e\u5099\u5fd8\u9332 -pygo\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","author_name":"CortYuming","provider_url":"https://hatena.blog","title":" \u306a\u3093\u3068\u306a\u304fencode\u3068decode \u4f7f\u3063\u3066\u307f\u305f","blog_url":"https://cortyuming.hateblo.jp/","version":"1.0","type":"rich","provider_name":"Hatena Blog","categories":["Python"],"published":"2008-10-29 00:00:00","blog_title":"\u724c\u8a9e\u5099\u5fd8\u9332 -pygo","image_url":null,"width":"100%","url":"https://cortyuming.hateblo.jp/entry/20081029/p3","height":"190","author_url":"https://blog.hatena.ne.jp/CortYuming/","description":"\u3044\u3064\u3082\u4f7f\u3046\u6642\u308f\u3051\u308f\u304b\u3089\u306a\u304f\u306a\u308b\u306e\u3067\u30e1\u30e2(\u00b4\uff65\u03c9\uff65`) Python\u306e\u5bfe\u8a71\u30e2\u30fc\u30c9\u3067encode\u3068decode \u4f7f\u3063\u3066\u307f\u308b\u3002 \u30e6\u30cb\u30b3\u30fc\u30c9 -> 'utf8' >>> u'\u725b\u30bf\u30f3'.encode('utf8') '\\xe7\\x89\\x9b\\xe3\\x82\\xbf\\xe3\\x83\\xb3' >>> print '\\xe7\\x89\\x9b\\xe3\\x82\\xbf\\xe3\\x83\\xb3' \u725b\u30bf\u30f3 'utf8' \uff70> \u30e6\u30cb\u30b3\u30fc\u30c9 >>> '\\xe7\\x89\\x9b\\xe3\\x82\\xbf\\xe3\\x83\\xb3'.decode('utf8') u'\\u725b\\u30bf\\u30f3' >>> '\u725b\u30bf\u30f3'\u2026"}