<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>puruhime</author_name>
  <author_url>https://blog.hatena.ne.jp/puruhime/</author_url>
  <blog_title>[´・[ェ]・] &amp;lt;もももっもっ</blog_title>
  <blog_url>https://puruhime.hatenadiary.org/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>文字列→文字→文字コード(数値) &quot;abc&quot;.charCodeAt(0);//&quot;a&quot;の文字コード(number) ↑はaの文字コードを返す。 ↑の引数に3を指定するとNaNを返す。 文字コード(数値)→文字 String.fromCharCode(16);//&quot;a&quot; 引数に文字コードを入れると文字列を返す。 String.fromCharCode(16, 16, 16);//&quot;aaa&quot; 引数の数が増えるとそれを連結した文字列を返す 10進数をなんとか進数に変換 3.toString(2);//11 ↑は数値3を2進数に変換する なんとか進数を10進数に変換 parseInt(11, 2);//…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpuruhime.hatenadiary.org%2Fentry%2F20110130%2F1296365741&quot; title=&quot;文字コード変換　数値の進数を変換 - [´・[ェ]・] &amp;amp;lt;もももっもっ&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>2011-01-30 14:35:41</published>
  <title>文字コード変換　数値の進数を変換</title>
  <type>rich</type>
  <url>https://puruhime.hatenadiary.org/entry/20110130/1296365741</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
