Shift JIS

Shift JIS
MIME / IANAShift_JIS
Alias(es)MS_Kanji,[1] PCK[2][3]
Language(s)Primarily Japanese, but also supporting English, Russian, Bulgarian, Greek
StandardJIS X 0208:1997 Appendix 1
ClassificationExtended ISO 646,[a] variable-width encoding, CJK encoding
ExtendsJIS X 0201 8-bit format
Transforms / EncodesJIS X 0208
Succeeded byShift_JIS-2004 (JIS)
Windows-31J (web)

Shift JIS (also SJIS, MIME name Shift_JIS, known as PCK in Solaris contexts)[2][3] is a character encoding for the Japanese language, originally developed by the Japanese company ASCII Corporation[b] in conjunction with Microsoft and standardized as JIS X 0208 Appendix 1.

Shift JIS is based on character sets defined within JIS standards JIS X 0201:1997 (for the single-byte characters) and JIS X 0208:1997 (for the double-byte characters).

As of November 2024, 0.1% of surveyed web pages used Shift JIS (actually decoded as its superset Windows-31J encoding), a decline from 1.3% in July 2014.[4] Shift JIS is the third-most declared character encoding for Japanese websites, used by 2.1% of sites in the .jp domain, while UTF-8 is used by 98% of Japanese websites.[5][6]

Shift JIS is also sometimes used in QR codes (they are a Japanese invention also allowing UTF-8, which may though be preferred use).[7][8]

Structure

Shift JIS is an extension of the single-byte encoding JIS X 0201:1997, that uses unassigned code points in JIS X 0201 to encode the double-byte JIS X 0208:1997 character set. The lead bytes for the double-byte characters are "shifted" around the 64 halfwidth katakana characters in the single-byte range 0xA1 to 0xDF.

The single-byte characters 0x00 to 0x7F match the ASCII encoding, except for a yen sign (U+00A5) at 0x5C and an overline (U+203E) at 0x7E in place of the ASCII character set's backslash and tilde respectively (these deviations from ASCII align with JIS X 0201). The single-byte characters from 0xA1 to 0xDF map to the half-width katakana characters found in JIS X 0201.

For double-byte characters, the first byte is always in the range 0x81 to 0x9F or the range 0xE0 to 0xEF (these ranges are unassigned in JIS X 0201). If the first byte is odd, the second byte must be in the range 0x40 to 0x9E (but cannot be 0x7F); if the first byte is even, the second byte must in the range 0x9F to 0xFC.

Shift JIS only guarantees that the first byte of two-byte characters will be high-bit-set (0x80–0xFF); the value of the second byte can be either high or low. The appearance of byte values 0x40–0x7E as second bytes of code words makes reliable Shift JIS detection difficult, because the same codes are used for ASCII characters. Since the same byte value can be either first or second byte, string searches are difficult, since simple searches can match the second byte of a character and the first byte of the next, which is not a valid Shift JIS character. String-searching algorithms must be tailor-made for Shift JIS.

Compatibility

Shift JIS is fully backwards compatible with the JIS X 0201 single-byte encoding, meaning that any valid JIS X 0201 string is also a valid Shift JIS string.

Double-byte characters in JIS X 0208 need to be transformed in order to be encoded in Shift JIS. For a double-byte JIS X 0208 sequence ,[c] the transformation to the corresponding Shift JIS bytes is:

The competing 8-bit format EUC-JP, which does not support single-byte halfwidth katakana, allows for a cleaner and more direct conversion to and from JIS X 0208 code points, as all high-bit-set bytes are parts of a double-byte character and all codes from ASCII range represent single-byte characters.

Usage

HTML written in Shift JIS can still be interpreted to some extent when incorrectly tagged as ASCII, and when the charset tag is in the top of the document itself, since the important start and end of HTML tags and fields (<, >, /, ", &, ;) are encoded as the same bytes as in ASCII, and those bytes do not appear in two-byte sequences.

Shift JIS can be used in string literals in programming languages such as C, but a few things must be taken into consideration. Firstly, that the escape character 0x5C, normally backslash, is the half-width yen sign (¥) in Shift JIS. If the programmer is aware of this, it would be possible to use printf("ハローワールド¥n"); (where ハローワールド is Hello, world and ¥n is an escape sequence), assuming the I/O system supports Shift JIS output. Secondly, the 0x5C byte will cause problems when it appears as second byte of a two-byte character, because it will be interpreted as an escape sequence, which will mess up the interpretation, unless followed by another 0x5C.

Multiple versions

Euler diagram comparing repertoires of JIS X 0208, JIS X 0212, JIS X 0213, Windows-31J, the Microsoft standard repertoire and Unicode
Relationship between Shift_JIS variants on the PC and related encodings, including intersections and other subsets. Names given are descriptive.

Many different versions of Shift JIS exist. There are two areas for expansion:

Firstly, JIS X 0208 does not fill the whole 94×94 space encoded for it in Shift JIS, therefore there is room for more characters here—these are really extensions to JIS X 0208 rather than to Shift JIS itself.

Secondly, Shift JIS has more encoding space than is needed for JIS X 0201 and JIS X 0208 (see § Shift JIS byte map below), and this space can and is used for yet more characters (as either single-byte or double-byte characters).

Windows-932 / Windows-31J

The most popular extension is Windows code page 932 (a CCSID also used for IBM's extension to Shift JIS), which is registered with the IANA as "Windows-31J",[1] separately from Shift JIS. This was popularized by Microsoft, although Microsoft itself does not recognize the Windows-31J name and instead calls that variation "shift_jis".[9][10] IBM's code page 943 includes the same double-byte codes as Microsoft's code page 932, while IBM's code page 932 includes fewer extensions (excluding those which Microsoft incorporates from NEC), and retains the character order from the 1978 edition of JIS X 0208, rather than implementing the character variant swaps from the 1983 standard.[11]

Windows-31J assigns 0x5C to U+005C REVERSE SOLIDUS (the backslash), and 0x7E to U+007E TILDE, following US-ASCII.[12] However, most localised fonts on Windows display U+005C as a Yen sign for JIS X 0201 compatibility.[13][14] It includes several extensions, namely "NEC special characters (Row 13), NEC selection of IBM extensions (Rows 89 to 92), and IBM extensions (Rows 115 to 119)",[1] in addition to setting some encoding space aside for end user definition.[15]

Windows codepage 932 is the version used in the W3C/WHATWG encoding standard used by HTML5, which includes the "formerly proprietary extensions from IBM and NEC" from Windows-31J in its table for JIS X 0208,[16] and also treats the label "shift_jis" interchangeably with "windows-31j" with the intent of being "compatible with deployed content".[17]

MacJapanese

The version of Shift-JIS originating from the classic Mac OS (known as x-mac-japanese, Code page 10001[9] or MacJapanese) assigned the tilde to 0x7E (following US-ASCII, not JIS X 0201 which assigns the overline here), but the Yen sign to 0x5C (as in JIS X 0201 and standard Shift JIS). It also extended JIS X 0201 by assigning the backslash to 0x80 (corresponding to 0x5C in US-ASCII), the non-breaking space to 0xA0, the copyright sign to 0xFD, the trademark symbol to 0xFE and the half-width horizontal ellipsis to 0xFF. It also added extended double byte characters; including 53 vertical presentation forms in the Shift_JIS range 0xEB41–0xED96, at 84 JIS rows down from their canonical forms, and 260 special characters in the Shift_JIS range 0x8540–0x886D.[18] This variant was introduced in KanjiTalk version 7.[19]

However, certain Mac OS typefaces used other variants. Sai Mincho and Chu Gothic use a "PostScript" variant of MacJapanese, which included additional vertical presentation forms and a different set of extended special characters, based on the NEC special characters, some of which were only available in the printer versions of the fonts.[18] Older versions of Maru Gothic and Hon Mincho from System 7.1 encoded vertical presentation forms at 10 (not 84) JIS rows down from their canonical forms, and did not include the special character extensions, this was subsequently changed.[18][20] The typical variant used with KanjiTalk version 6 placed the vertical presentation forms 10 rows down, and also used the NEC extension layout for row 13.[21]

Shift_JISx0213 and Shift_JIS-2004

Shift_JIS-2004
Alias(es)Shift_JISx0213
Language(s)Japanese, Ainu, English, Russian
StandardJIS X 0213
ExtendsShift_JIS (1997),
JIS X 0201 (8-bit)
Transforms / EncodesJIS X 0213
Preceded byShift_JIS (1997)

The newer JIS X 0213 standard defines an extended variant of Shift_JIS referred to as Shift_JISx0213 (in a previous version of the standard) or Shift_JIS-2004. It is a superset of standard Shift JIS.[22]

In order to represent the allocated rows on both planes of JIS X 0213, Shift_JIS-2004 uses the following method of mapping codepoints.[23]

In the above, is a two-byte Shift_JIS-2004 sequence, is the plane (, men, surface) number (1 or 2), is the row (, ku, ward) number (1-94) and is the cell (, ten, point) number (1-94). The ku and ten numbers are equivalent to and respectively, where is a two-byte JIS sequence referencing a given plane.

The same set of characters can be represented by EUC-JIS-2004, the EUC-JP based counterpart.

Some of the additions collide with popular Shift JIS extensions, including Windows codepage 932 which is used in web standards (see above). For example, compare plane 1 row 89 in JIS X 0213 (beginning 硃, 硎, 硏...)[24] to row 89 in the JIS X 0208 variant defined in web standards (beginning 纊, 褜, 鍈...).[25] In addition, some of the characters map to Unicode characters beyond the BMP.

Other variants

The space with lead bytes 0xF5 to 0xF9 (beyond the region used for JIS X 0208) is used by Japanese mobile phone operators for pictographs for use in E-mail.[26] KDDI goes further and defines hundreds more in the space with lead bytes 0xF3 and 0xF4.[27]

Beyond even this, there have been numerous minor variations made on Shift JIS, with individual characters here and there altered. Most of these extensions and variants have no IANA registration, so there is much scope for confusion, if the extensions are used.

A variant is the one that must be used if wanting to encode Shift JIS in source code strings of C and similar programming languages. This variant doubles the byte 0x5C if it appears as second byte of a two-byte character, but not if it appears as a single "¥" (ASCII: "\") character, because 0x5C is the beginning of an escape sequence. The best way of handling this is a special editor which encodes Shift JIS this way.

Shift JIS byte map

As defined in JIS X 0208:1997

The chart below gives the detailed meaning of each byte in a stream encoded in standard Shift JIS (conforming to JIS X 0208:1997).

First byte
0 1 2 3 4 5 6 7 8 9 A B C D E F
0
1
2 ! " # $ % & ' ( ) * + , - . /
3 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
4 @ A B C D E F G H I J K L M N O
5 P Q R S T U V W X Y Z [ ¥ ] ^ _
6 ` a b c d e f g h i j k l m n o
7 p q r s t u v w x y z { | }
8
9
A
B ソ
C
D
E
F
Second byte
0 1 2 3 4 5 6 7 8 9 A B C D E F
0
1
2
3
4
5
6
7
8
9
A
B
C
D
E
F
 
Non printable ASCII character
Unaltered ASCII character
Modified ASCII character
Single-byte half-width katakana
First byte of a double-byte JIS X 0208 character
Unused as first byte of a JIS X 0208 character
Second byte of a double-byte JIS X 0208 character whose first half of the JIS sequence was odd
Second byte of a double-byte JIS X 0208 character whose first half of the JIS sequence was even
Unused as second byte of a JIS X 0208 character

With vendor or JIS X 0213 extensions

Some of the bytes which are not used for single-byte codes or initial bytes in JIS X 0208:1997 are used by certain extensions, resulting in the layout detailed in the chart below.

First byte
0 1 2 3 4 5 6 7 8 9 A B C D E F
0
1
2 ! " # $ % & ' ( ) * + , - . /
3 0 1 2 3 4 5 6 7 8 9 : ; < = > ?
4 @ A B C D E F G H I J K L M N O
5 P Q R S T U V W X Y Z [ ¥ ] ^ _
6 ` a b c d e f g h i j k l m n o
7 p q r s t u v w x y z { | }
8
9
A
B ソ
C
D
E
F
Second byte
0 1 2 3 4 5 6 7 8 9 A B C D E F
0
1
2
3
4
5
6
7
8
9
A
B
C
D
E
F
 
Non printable ASCII character
Unaltered ASCII character
Modified ASCII character
Single-byte half-width katakana
First byte of a double-byte character, used by JIS X 0208 (and by extensions such as JIS X 0213 plane 1)
First byte of a double-byte character, unallocated in JIS X 0208 but used by JIS X 0213 plane 1 or by vendor extensions
First byte of a double-byte character beyond JIS X 0208, used for JIS X 0213 plane 2 or for unrelated extensions
Not used as first byte, used by some single byte extensions
Second byte of a double-byte character whose first half of the JIS sequence was odd
Second byte of a double-byte character whose first half of the JIS sequence was even
Unused as second byte of a double-byte character


See also

Footnotes

  1. ^ Not in the strictest sense of the term, as ASCII bytes can appear as trail bytes.
  2. ^ The ASCII Corporation should not be confused with the ASCII encoding used elsewhere in this article.
  3. ^ In JIS X 0208, j1 and j2 are each in the range 33 (0x21) to 126 (0x7e) inclusive (i.e., 7-bit character values excluding control characters (0–31 (0x1f) and 127 (0x7f)) and space).

References

  1. ^ a b c "Character Sets". IANA.
  2. ^ a b "convutf8.c". OpenSolaris. Line 305. 2008-11-12.
  3. ^ a b "Additional Japanese iconv Modules". What's New in the Solaris 9 9/04 Operating Environment. Oracle Corporation.
  4. ^ "Historical trends in the usage of character encodings for websites, November 2024". w3techs.com. Retrieved 2024-11-01.
  5. ^ "Distribution of Character Encodings among websites that use .jp". w3techs.com. Retrieved 2024-11-01.
  6. ^ "Distribution of Character Encodings among websites that use Japanese". w3techs.com. Retrieved 2024-11-01.
  7. ^ "Is UTF-8 the encoding of choice for QR-codes with non ASCII chars by now?". Stack Overflow. Retrieved 2024-11-01.
  8. ^ "QR Code features".
  9. ^ a b "Encoding.WindowsCodePage Property – .NET Framework (current version)". MSDN. Microsoft.
  10. ^ "Code Page Identifiers". Windows Dev Center. Microsoft. 7 January 2021.
  11. ^ "IBM-943 and IBM-932". IBM Knowledge Center. IBM.
  12. ^ "CP932.TXT". Unicode Consortium.
  13. ^ "3.1.1 Details of Problems". Problems and Solutions for Unicode and User/Vendor Defined Characters. The Open Group Japan. Archived from the original on 1999-02-03.
  14. ^ Kaplan, Michael S. (2005-09-17). "When is a backslash not a backslash?".
  15. ^ Kaplan, Michael S (2007-05-26). "The PUA outside of Unicode". Sorting it all out.
  16. ^ "5. Indexes (§ Index jis0208)". Encoding Standard. WHATWG.
  17. ^ "4.2. Names and labels". Encoding Standard. WHATWG.
  18. ^ a b c "JAPANESE.TXT: Map (external version) from Mac OS Japanese encoding to Unicode 2.1 and later". Apple Computer, Inc.; Unicode Consortium.
  19. ^ Lunde, Ken (2019-03-21). "A Brief History of Japan's Era Name Ligatures". CJK Type Blog. Adobe Inc.
  20. ^ "Encoding Variants for MacJapanese". Apple Developer Documentation. Apple.
  21. ^ Lunde, Ken (2008). "Appendix E: Vendor Character Set Standards" (PDF). CJKV Information Processing. O'Reilly Media. ISBN 9780596514471.
  22. ^ "JIS X 0213 Code Mapping Tables". x0213.org.
  23. ^ "JIS X 0213の代表的な符号化方式 § Shift_JIS-2004" (in Japanese). Hexadecimal numbers in the source have been converted to decimal for display.
  24. ^ Japanese Industrial Standards Committee (2004-04-13). Japanese Graphic Character Set for Information Interchange, Plane 1 (PDF). ITSCJ/IPSJ. ISO-IR-233.
  25. ^ "Index jis0208 visualization". Encoding Standard. WHATWG.
  26. ^ "Original Emoji from DoCoMo". FileFormat.info.
  27. ^ "Original Emoji from KDDI". FileFormat.info.

Read other articles:

Disambiguazione – Se stai cercando altri significati, vedi Axum (disambigua). Axumcittàአክሱም (Aksum) Axum – VedutaArea delle steli al nord LocalizzazioneStato Etiopia RegioneRegione dei Tigrè ZonaMehakelegnaw TerritorioCoordinate14°07′18.48″N 38°43′53.4″E / 14.1218°N 38.7315°E14.1218; 38.7315 (Axum)Coordinate: 14°07′18.48″N 38°43′53.4″E / 14.1218°N 38.7315°E14.1218; 38.7315 (Axum) Altitudine2 131[1]&#...

 

Community development block in West Bengal, IndiaRaipurCommunity development blockRaipur BDO Office Main EntranceCoordinates: 22°48′N 86°57′E / 22.80°N 86.95°E / 22.80; 86.95Country IndiaStateWest BengalDistrictBankuraGovernment • TypeRepresentative democracyArea • Total364.40 km2 (140.70 sq mi)Elevation79 m (259 ft)Population (2011) • Total171,377 • Density470/km2 (1,200/sq ...

 

اضغط هنا للاطلاع على كيفية قراءة التصنيف كوالا  كوالا تتسلق شجرة    حالة الحفظ   أنواع مهددة بالانقراض (خطر انقراض أدنى)[1] المرتبة التصنيفية نوع[2]  التصنيف العلمي النطاق: حقيقيات النوى المملكة: حيوانات الشعبة: حبليات الشعيبة: فقاريات الطائفة: ثدييات الر�...

 

ABIM (Logo) Angkatan Belia Islam Malaysia („Islamische Jugendbewegung von Malaysia“), abgekürzt ABIM, ist eine Daʿwa-Organisation in Malaysia. Sie organisiert Konferenzen, Seminare und Gespräche, gibt Bücher, Zeitschriften und Filme heraus und unterhält eigene Schulen. Inhaltsverzeichnis 1 Geschichte 2 Literatur 3 Weblinks 4 Einzelnachweise Geschichte Die Organisation wurde 1971 im Zuge der islamischen Erneuerung auf dem Campus der Universität Malaya gegründet. Die führende Rolle ...

 

de LocomotiefIklan koran De Locomotief, 1898TipeSurat kabar harianFormatLembar lebarPenerbitde Groot, Kolff & Co.Didirikan1851BahasaBelandaBerhenti publikasi1956PusatKota Semarang, Jawa Tengah, Hindia Belanda De Locomotief adalah koran pertama yang terbit di Semarang pada zaman Hindia Belanda, berdiri pada 1851.[1] De Locomotief pernah dipimpin oleh Pieter Brooshooft, seorang aktivis politik etis. Awalnya harian ini bernama Semarangsch Nieuws en Advertentieblad. Pada tahun 1864 ga...

 

Everett McGillMcGill di San Diego Comic-Con 2017Lahir21 Oktober 1945 (umur 78)Miami Beach, Florida, Amerika SerikatKebangsaanAmerika SerikatPekerjaanPemeranTahun aktif1972–1999, 2015–2017 Everett McGill (nama lahir: Charles Everett McGill III, lahir 21 Oktober 1945) adalah seorang pemeran asal Amerika Serikat,[1] yang mula-mula meraih ketenaran karena memerankan manusia gua dalam Quest for Fire (1981). Ia memerankan peran-peran penting dalam film-film seperti Dune (1984)...

 

Etnis Tionghoa di BruneiWu ChunDaerah dengan populasi signifikanBandar Seri BegawanBahasaMelayu Brunei • Hokkien • Hakka • TeochewMandarin • MelayuAgamaUmumnya Buddhis • Taois • Kristen[1]  • Islam[2]Kelompok etnik terkaitTionghoa perantauan Kelenteng di Bandar Seri Begawan. Etnis Tionghoa di Brunei meliputi sekitar 10% populasi Brunei. Pada tahun 1986, diperkirakan lebih dari 90% belum menjadi warga negara Brunei meskipun dari ...

 

Untuk tempat lain yang bernama sama, lihat Tambun (disambiguasi). Tambun UtaraKecamatanNegara IndonesiaProvinsiJawa BaratKabupatenBekasiPemerintahan • CamatSuharto Ariyanto, S.Pd, MMPopulasi • Total- jiwaKode Kemendagri32.16.05 Kode BPS3216082 Desa/kelurahan8 Tambun UtaraKecamatanProvinsi Jawa BaratKabupaten BekasiHari jadi14 Maret 2002 (umur 21)Pemerintahan • CamatSuharto Ariyanto, S.Pd, MM • Sekcam-Luas • Total56,24 ...

 

Fictional character from Death Note Fictional character RyukDeath Note characterRyuk, drawn by Takeshi ObataFirst appearanceChapter 1: Boredom (退屈, Taikutsu)Created byTsugumi OhbaTakeshi ObataVoiced byNakamura Shidō(Japanese, anime and films)Jun Fukushima(Japanese, TV drama)Brian Drummond(English, anime and films)Willem Dafoe(American film)Portrayed byKōtarō Yoshida (musical)Jason Liles(American film) Ryuk (Japanese: リューク, Hepburn: Ryūku) is a fictional character in the manga ...

 

هذه المقالة يتيمة إذ تصل إليها مقالات أخرى قليلة جدًا. فضلًا، ساعد بإضافة وصلة إليها في مقالات متعلقة بها. (أبريل 2019) تسلسل مسح الجينوم هو طريقة جديدة لتعيين تسلسل الجينوم لأنه لا يعتمد على mRNA.غالبًا ما تستخدم تسلسل مسح الجينوم لرسم خرائط تسلسل الجينوم. ويستخدم علماء mRNA ، مس�...

 

У Вікіпедії є статті про інших людей із прізвищем Шаповалов. Юрій Анатолійович Шаповалов Народний депутат України 8-го скликання Нині на посадіНа посаді з 27 листопада 2014Секретар Комітету з питань транспортуНа посаді з 27 листопада 2014Народився 14 березня 1972(1972-03-14) (51 рік)Кр�...

 

Alianza del Pacífico Donkergroen: de leden Oprichting 28 april 2011 Werktaal Spaans Oppervlakte 6.075.000 km² Inwoners 219.213.000 (2015) Dichtheid 36 inw/km² Website (en) AllianzaPacifico.net De Pacifische Alliantie (in Spaans: Alianza del Pacifico) werd op 28 april 2011 opgericht door Chili, Colombia, Mexico en Peru met als doel een handelsblok te vormen. Doelstellingen De alliantie heeft de volgende ambities:[1] economische integratie met als doel de vrije beweging van g...

 

Elemen 21 beralih ke halaman ini. Untuk perusahaan golf, lihat Element 21 (perusahaan). Skandium,  21ScSkandium tersublimasi dendritis dan kubus skandium 1 cm3 Garis spektrum skandiumSifat umumNama, lambangskandium, ScPengucapan/skandium/[1] Penampilanputih keperakanSkandium dalam tabel periodik Hidrogen Helium Lithium Berilium Boron Karbon Nitrogen Oksigen Fluor Neon Natrium Magnesium Aluminium Silikon Fosfor Sulfur Clor Argon Potasium Kalsium Skandium Titanium Vanadiu...

 

US television series In Case of EmergencyJonathan Silverman, Lori Loughlin, and David ArquetteGenreSitcomCreated byHoward J. MorrisStarring David Arquette Jonathan Silverman Greg Germann Kelly Hu Lori Loughlin Jackson Bond Composers John O'Brien Rick Boston Country of originUnited StatesOriginal languageEnglishNo. of seasons1No. of episodes13 (1 unaired)ProductionExecutive producers Howard J. Morris Emile Levisetti Jon Favreau (Pilot only) ProducerMychelle DeschampsCinematography Victor Hamme...

 

2001 video game 2001 video gameThe NationsDeveloper(s)JoWooD ViennaPublisher(s)JoWooD ProductionsPlatform(s)WindowsReleaseJune 2001Genre(s)Real-time strategy The Nations (German: Die Völker 2: Aufstieg zum Königreich) is a real-time strategy video game developed and published by Austrian company JoWooD Productions for Microsoft Windows in 2001. It is a sequel to the 1999 game Alien Nations (German: Die Völker). Story Consistent with Alien Nations, The Nations features on three alien factio...

 

This article is about the former Palestinian village in the Gaza district. For other uses, see Hatta. Place in Gaza, Mandatory PalestineHattaEtymology: Hatteh[1] 1870s map 1940s map modern map 1940s with modern overlay map A series of historical maps of the area around Hatta, Gaza (click the buttons)HattaLocation within Mandatory PalestineCoordinates: 31°39′06″N 34°44′28″E / 31.65167°N 34.74111°E / 31.65167; 34.74111Palestine grid125/117Geopoli...

 

Railway station in Fujisawa, Kanagawa Prefecture, Japan JT08 Fujisawa Station藤沢駅South entrance of Fujisawa Station, 2021Japanese nameShinjitai藤沢駅Kyūjitai藤澤驛Hiraganaふじさわえき General informationLocation1 Minamifujisawa, Fujisawa City, Kanagawa Prefecture 251-0055JapanCoordinates35°20′14″N 139°29′14″E / 35.33722°N 139.48722°E / 35.33722; 139.48722Operated by JR East Odakyu Electric Railway Enoshima Electric Railway Line(s) JT Tōka...

 

Bandara SoummamAéroport de Bejaia / Soummam - Abane RamdaneIATA: BJAICAO: DAAE BJALokasi bandara di AljazairInformasiJenisUmumPemilikRachid Fatma (Gubernur Bejaia)PengelolaEGSA AlgerMelayaniBéjaïa, AljazairLokasiBP 92Ketinggian dpl6 mdplKoordinat36°42′43″N 005°04′10″E / 36.71194°N 5.06944°E / 36.71194; 5.06944Situs [email protected] pacu Arah Panjang Permukaan m kaki 08/26 2,400 7,874 Aspal Statistik (2008)Jumlah penumpang (...

 

BMW 321Descrizione generaleCostruttore  BMW Tipo principaleberlina Altre versionicabriolet Produzionedal 1938 al 1941 Sostituisce laBMW 320 Sostituita daBMW 501 Esemplari prodotti3.814[1][2] Altre caratteristicheDimensioni e massaLunghezza4.500 mm Larghezza1.540 mm Altezza1.580 mm Passo2.750 mm Massa1.100 kg AltroStilePetre Schimanowski Altre erediEMW 340 (solo per la Germania Orientale Stessa famigliaBMW 303BMW 319BMW 329 Auto similiCitroën...

 

Chinese TV series or program The Legend of Xiao ChuoPromotional posterGenreHistorical fictionRomancePoliticalBased onYan Yun Tai by Jiang ShengnanWritten byJiang ShengnanDirected byJeffrey Jiang ChiangPeng XuejunStarringTiffany TangShawn DouCharmaine ShehJing ChaoCountry of originChinaOriginal languageMandarinNo. of seasons1No. of episodes48ProductionExecutive producerHan ZhijieProducersQi ShuaiWang JuanSun ZhonghuaiRunning time45 minProduction companyTencent Penguin PicturesOriginal release...