Warning: Declaration of FeedWordPie_Item::get_id($hash = false) should be compatible with SimplePie_Item::get_id($hash = false, $fn = 'md5') in /home/nekyo/nekyo.wp.xdomain.jp/public_html/wp-content/plugins/feedwordpress/feedwordpie_item.class.php on line 0

Warning: Declaration of FeedWordPress_Parser::parse(&$data, $encoding) should be compatible with SimplePie_Parser::parse(&$data, $encoding, $url = '') in /home/nekyo/nekyo.wp.xdomain.jp/public_html/wp-content/plugins/feedwordpress/feedwordpress_parser.class.php on line 0
ASCIIコード表 | 日々のできごと

ASCIIコード表

たまに必要になるので・・・

  0x00 0x10 0x20 0x30 0x40 0x50 0x60 0x70
0x00 NUL DLE SP 0 @ P ` p
0x01 SOH DC1 ! 1 A Q a q
0x02 STX DC2 " 2 B R b r
0x03 ETX DC3 # 3 C S c s
0x04 EOT DC4 $ 4 D T d t
0x05 ENQ NAC % 5 E U e u
0x06 ACK SYN & 6 F V f v
0x07 BEL ETB 7 G W g w
0x08 BS CAN ( 8 H X h x
0x09 HT EM ) 9 I Y i y
0x0A LF/NL SUB * : J Z j z
0x0B VT ESC + ; K [ k {
0x0C FF FS , < L \ l |
0x0D CR GS = M ] m }
0x0E SO RS . > N ^ n ~
0x0F SI US / ? O _ o DEL

ちなみに [] は、WordPress ではショートコードの識別子になってしまうので、直接表示したい場合は &#x5B;([)、&#x5D;(])と記述する。


コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

CAPTCHA