Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
U+0065UTF-32 形式に変換するにはどうすればよいですか?
U+0065
U+0065 0000 0000 0110 0101 UTF-32 xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxxx
U+0065 を UTF-32 に変換します。
0000 0000 0000 0000 0000 0000 0110 0101
16 進数の結果は0x00000065
0x00000065
あれは正しいですか ?