XML

電気自動車・プラグインハイブリッド車 - XML

電気自動車(EV)、プラグインハイブリッド車(PHV/PHEV)、ハイブリッド車(HV)、燃料電池車(FCV)など、環境に配慮した電動車両の種類と特徴を解説します。各車種の違いや、普通充電・急速充電などの充電方式、CHAdeMOやCCSなどの充電規格についても網羅的にまとめています。

電気自動車 EV プラグインハイブリッド PHV PHEV ハイブリッド車 HV 燃料電池車 FCV 充電 CHAdeMO CCS 環境 カーボンニュートラル
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>bev</slug>
    <name>電気自動車(BEV)</name>
    <description>バッテリーとモーターのみで走行する完全電気自動車です。</description>
    <engine>false</engine>
    <externalCharging>必須</externalCharging>
    <powerSource>電気のみ(バッテリー)</powerSource>
    <typicalRange>200〜600km</typicalRange>
    <chargingTime></chargingTime>
    <chargingType></chargingType>
    <powerOutput></powerOutput>
    <standard></standard>
    <bidirectional></bidirectional>
    <maxOutput></maxOutput>
    <origin></origin>
  </item>
  <item>
    <code>02</code>
    <slug>phev</slug>
    <name>プラグインハイブリッド車(PHEV/PHV)</name>
    <description>外部充電可能なハイブリッド車で、電気とガソリンの両方で走行できます。</description>
    <engine>true</engine>
    <externalCharging>可能(推奨)</externalCharging>
    <powerSource>電気+ガソリン</powerSource>
    <typicalRange>EV走行:50〜100km、総航続:500〜1000km以上</typicalRange>
    <chargingTime></chargingTime>
    <chargingType></chargingType>
    <powerOutput></powerOutput>
    <standard></standard>
    <bidirectional></bidirectional>
    <maxOutput></maxOutput>
    <origin></origin>
  </item>
  <item>
    <code>03</code>
    <slug>hev</slug>
    <name>ハイブリッド車(HEV/HV)</name>
    <description>ガソリンエンジンと電気モーターを組み合わせた車で、外部充電は不要です。</description>
    <engine>true</engine>
    <externalCharging>不要</externalCharging>
    <powerSource>ガソリン(電気は補助)</powerSource>
    <typicalRange>ガソリン満タンで500〜1000km</typicalRange>
    <chargingTime></chargingTime>
    <chargingType></chargingType>
    <powerOutput></powerOutput>
    <standard></standard>
    <bidirectional></bidirectional>
    <maxOutput></maxOutput>
    <origin></origin>
  </item>
  <item>
    <code>04</code>
    <slug>fcev</slug>
    <name>燃料電池車(FCEV/FCV)</name>
    <description>水素と酸素の化学反応で発電し、電気で走行する車です。</description>
    <engine>false</engine>
    <externalCharging>不要(水素充填)</externalCharging>
    <powerSource>水素(燃料電池)</powerSource>
    <typicalRange>500〜700km</typicalRange>
    <chargingTime></chargingTime>
    <chargingType></chargingType>
    <powerOutput></powerOutput>
    <standard></standard>
    <bidirectional></bidirectional>
    <maxOutput></maxOutput>
    <origin></origin>
  </item>
  <item>
    <code>05</code>
    <slug>ac-charging</slug>
    <name>普通充電(AC充電)</name>
    <description>家庭用電源や専用充電器を使用した交流充電方式です。</description>
    <engine></engine>
    <externalCharging></externalCharging>
    <powerSource></powerSource>
    <typicalRange></typicalRange>
    <chargingTime>5〜8時間(フル充電)</chargingTime>
    <chargingType>交流(AC)</chargingType>
    <powerOutput>3kW〜6kW</powerOutput>
    <standard>J1772(Type1)</standard>
    <bidirectional></bidirectional>
    <maxOutput></maxOutput>
    <origin></origin>
  </item>
  <item>
    <code>06</code>
    <slug>dc-fast-charging</slug>
    <name>急速充電(DC充電)</name>
    <description>高電圧の直流電気を直接供給し、短時間で充電する方式です。</description>
    <engine></engine>
    <externalCharging></externalCharging>
    <powerSource></powerSource>
    <typicalRange></typicalRange>
    <chargingTime>約30分で80%充電</chargingTime>
    <chargingType>直流(DC)</chargingType>
    <powerOutput>50kW〜150kW(最大400kW)</powerOutput>
    <standard>CHAdeMO / CCS</standard>
    <bidirectional></bidirectional>
    <maxOutput></maxOutput>
    <origin></origin>
  </item>
  <item>
    <code>07</code>
    <slug>chademo</slug>
    <name>CHAdeMO(チャデモ)</name>
    <description>日本発の急速充電規格で、双方向充電(V2H)が可能です。</description>
    <engine></engine>
    <externalCharging></externalCharging>
    <powerSource></powerSource>
    <typicalRange></typicalRange>
    <chargingTime></chargingTime>
    <chargingType>急速充電(DC)</chargingType>
    <powerOutput></powerOutput>
    <standard></standard>
    <bidirectional>true</bidirectional>
    <maxOutput>最大400kW</maxOutput>
    <origin>日本</origin>
  </item>
  <item>
    <code>08</code>
    <slug>ccs</slug>
    <name>CCS(コンボ)</name>
    <description>普通充電と急速充電を1つのポートで対応する欧米発の規格です。</description>
    <engine></engine>
    <externalCharging></externalCharging>
    <powerSource></powerSource>
    <typicalRange></typicalRange>
    <chargingTime></chargingTime>
    <chargingType>普通・急速統合</chargingType>
    <powerOutput></powerOutput>
    <standard></standard>
    <bidirectional>false</bidirectional>
    <maxOutput>最大350kW</maxOutput>
    <origin>欧州・北米</origin>
  </item>
  <item>
    <code>09</code>
    <slug>nacs</slug>
    <name>NACS(テスラ規格)</name>
    <description>テスラが開発した小型で高出力な充電規格です。</description>
    <engine></engine>
    <externalCharging></externalCharging>
    <powerSource></powerSource>
    <typicalRange></typicalRange>
    <chargingTime></chargingTime>
    <chargingType>普通・急速統合</chargingType>
    <powerOutput></powerOutput>
    <standard></standard>
    <bidirectional>false</bidirectional>
    <maxOutput>最大250kW</maxOutput>
    <origin>北米(テスラ)</origin>
  </item>
  <item>
    <code>10</code>
    <slug>chaoji</slug>
    <name>ChaoJi(チャオジー)</name>
    <description>日本・中国共同開発の次世代充電規格で、最大900kWに対応します。</description>
    <engine></engine>
    <externalCharging></externalCharging>
    <powerSource></powerSource>
    <typicalRange></typicalRange>
    <chargingTime></chargingTime>
    <chargingType>急速充電(DC)</chargingType>
    <powerOutput></powerOutput>
    <standard></standard>
    <bidirectional>true</bidirectional>
    <maxOutput>最大900kW</maxOutput>
    <origin>日本・中国共同</origin>
  </item>
</items>