0g0.org

Unicode(ユニコード)一覧とURLエンコード検索・変換サイト

 U+FEFF Unicode文字

Unicode

U+FEFF



数値文字参照

 

URLエンコード(UTF-8)

%EF%BB%BF

ユニコード名

ZERO WIDTH NO-BREAK SPACE

一般カテゴリ-

Other, Format(その他,書式)

文字化けする可能性のある文字

Base64エンコード : 77u/

「」に似ている意味の文字

の説明

Translingual[出典:Wiktionary]

The byte order mark (BOM) is a particular usage of the special Unicode character, U+FEFF ZERO WIDTH NO-BREAK SPACE, whose appearance as a magic number at the start of a text stream can signal several things to a program reading the text:
The byte order, or endianness, of the text stream in the cases of 16-bit and 32-bit encodings;
The fact that the text stream's encoding is Unicode, to a high level of confidence;
Which Unicode character encoding is used.BOM use is optional. Its presence interferes with the use of UTF-8 by software that does not expect non-ASCII bytes at the start of a file but that could otherwise handle the text stream.
Unicode can be encoded in units of 8-bit, 16-bit, or 32-bit integers. For the 16- and 32-bit representations, a computer receiving text from arbitrary sources needs to know which byte order the integers are encoded in. The BOM is encoded in the same scheme as the rest of the document and becomes a noncharacter Unicode code point if its bytes are swapped. Hence, the process accessing the text can examine these first few bytes to determine the endianness, without requiring some contract or metadata outside of the text stream itself. Generally the receiving computer will swap the bytes to its own endianness, if necessary, and would no longer need the BOM for processing.
The byte sequence of the BOM differs per Unicode encoding (including ones outside the Unicode standard such as UTF-7, see table below), and none of the sequences is likely to appear at the start of text streams stored in other encodings. Therefore, placing an encoded BOM at the start of a text stream can indicate that the text is Unicode and identify the encoding scheme used. This use of the BOM character is called a "Unicode signature".[出典:Wikipedia]

の文字を使った例文

』という二重引用符は、テキスト内で特定の部分を強調するために使われる記号である。しかし、私たちはこのような特殊な文字の存在を当たり前のように受け取ってしまっている。その背後にある歴史や文化的背景など、この記号には深い意味が込められていることがある。 実は、『』という二重引用符はUnicodeと呼ばれる文字コードで規定されている。Unicodeは、文字のコード化標準を定める国際的な団体で、異なる言語や文字セットを統一的に扱えるようにするために作られた。Unicodeは、まさに言葉や文化の架け橋となる存在である。 また、『』という特殊文字は、本来は日本語の直接引用符として使用されていた。しかし、現代では「”」という一重引用符が普及したため、この記号はあまり使われなくなってしまった。このような昔の用法を知ることで、文字の進化を感じることができるだろう。 さらに、『』という記号は、インターネットやコンピューターの世界で特に重要な役割を担っている。たとえば、マークアップ言語のHTMLでテキスト内に挿入することにより、特定の部分を目立たせることができる。また、プログラム言語やテキストエディタなどのコーディングにおいても、文字列の中で区切りや特定の位置を示すために『』が使われることがある。 『』という特殊な文字は、私たちが日常的に触れるテキストの中で、存在感を放っている。その歴史や文化的背景、Unicodeという国際規格での扱いなど、その背景にはあまり知られていない事実がある。このようなニッチな情報から、私たちはより深い知識を得ることができる。

(この例文はAIにより作成されています。特定の文字を含む文章を出力していますが内容が正確でない場合があります。)