Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Extended Unix Code
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Fixed-length format=== [[File:CsEucFixWidJapanese.svg|right|thumb|Layout of the fixed-length format for Japanese]] The ISO-2022-based [[variable-width encoding|variable-length encoding]] described above is sometimes referred to as the ''EUC packed format'', which is the encoding format usually labeled as EUC. However, internal processing of EUC data may make use of a fixed-length transformation format called the '''EUC complete two-byte format'''. This represents:<ref name="lunde" /> * Code set 0 as two bytes in the range 0x21β0x7E (except that the first may be 0x00). * Code set 1 as two bytes in the range 0xA0β0xFF (except that the first may be 0x80). * Code set 2 as a byte in the range 0x21β0x7E (or 0x00) followed by a byte in the range 0xA0β0xFF. * Code set 3 as a byte in the range 0xA0β0xFF (or 0x80) followed by a byte in the range 0x21β0x7E. Initial bytes of 0x00 and 0x80 are used in cases where the code set uses only one byte. There is also a four-byte fixed-length format.<ref name="lunde" /> These fixed-length encoding formats are suited to internal processing and are not usually encountered in interchange. EUC-JP is registered with the IANA in both formats, the packed format as "EUC-JP" or "csEUCPkdFmtJapanese" and the fixed width format as "csEUCFixWidJapanese".<ref>{{cite web | url=https://www.iana.org/assignments/character-sets/character-sets.xhtml | publisher=IANA | title=Character Sets}}</ref> Only the packed format is included in the [[WHATWG]] Encoding Standard used by [[HTML5]].<ref>{{cite web | url=https://encoding.spec.whatwg.org/#names-and-labels | title=4.2. Names and labels | publisher=WHATWG | work=Encoding Standard}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)