<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekoyukimmm</author_name>
  <author_url>https://blog.hatena.ne.jp/nekoyukimmm/</author_url>
  <blog_title>ねこゆきのメモ</blog_title>
  <blog_url>https://nekoyukimmm.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>文字コード Character Codesで少し遊んだ。 UTF-8のコード表。 UTF-8コード表(1) このコード表を元にデコードdecodeしてみる。 In [36]: b'\xe3\x81\x82'.decode() Out[36]: 'あ' In [37]: b'\xc3\xa0'.decode() Out[37]: 'à' なるへそ。 じゃ、ってことで、エンコードしてみる。 In [38]: 'あ'.encode() Out[38]: b'\xe3\x81\x82' ふむふむ。 で、わかりずらかったのがリテラルちゅうやつ。 要はどう表記するか？ ということらしい。 アスキー文字as…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekoyukimmm.hatenablog.com%2Fentry%2F2017%2F05%2F31%2F153002&quot; title=&quot;&amp;lt;Python&amp;gt; 文字コード - ねこゆきのメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-05-31 15:30:02</published>
  <title>&lt;Python&gt; 文字コード</title>
  <type>rich</type>
  <url>https://nekoyukimmm.hatenablog.com/entry/2017/05/31/153002</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
