0g0.org

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

URLエンコード(UTF-8) :
%5E%40

URLエンコード(EUC-JP) :
%5E%40

URLエンコード(Shiff_Jis) :
%5E%40

数値文字参照(10進数) :
^@

数値文字参照(16進数) :
^@

^@の説明

Translingual Symbol ^@ (computing) The ASCII control character null in caret notation. Synonyms (null character): ␀, NUL

The null character (also null terminator) is a control character with the value zero. It is present in many character sets, including those defined by the Baudot and ITA2 codes, ISO/IEC 646 (or ASCII), the C0 control code, the Universal Coded Character Set (or Unicode), and EBCDIC. It is available in nearly all mainstream programming languages. It is often abbreviated as NUL (or NULL, though in some contexts that term is used for the null pointer). In 8-bit codes, it is known as a null byte. The original meaning of this character was like NOP—when sent to a printer or a terminal, it has no effect (some terminals, however, incorrectly display it as space). When electromechanical teleprinters were used as computer output devices, one or more null characters were sent at the end of each printed line to allow time for the mechanism to return to the first printing position on the next line. On punched tape, the character is represented with no holes at all, so a new unpunched tape is initially filled with null characters, and often text could be inserted at a reserved space of null characters by punching the new characters into the tape over the nulls. Today the character has much more significance in the programming language C and its derivatives and in many data formats, where it serves as a reserved character used to signify the end of a string, often called a null-terminated string. This allows the string to be any length with only the overhead of one byte; the alternative of storing a count requires either a string length limit of 255 or an overhead of more than one byte (there are other advantages/disadvantages described in the null-terminated string article).

Unicode検索結果 - ^@

数値文字参照

^ ^

文字実体参照

^

URLエンコード(UTF-8)

%5E

URLエンコード(EUC-JP)

%5E

URLエンコード(SHIFT_JIS)

%5E

ユニコード名

CIRCUMFLEX ACCENT

一般カテゴリ-

Symbol, Modifier(記号,修飾)

数値文字参照

@ @

文字実体参照

@

URLエンコード(UTF-8)

%40

URLエンコード(EUC-JP)

%40

URLエンコード(SHIFT_JIS)

%40

ユニコード名

COMMERCIAL AT

一般カテゴリ-

Punctuation, Other(句読点,その他)