To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 雁蓴}雁蓴{^ | 1000101011100101111001001111000101111101100010101110010111100100111100010111101101011110 | 8ae5e4f17d8ae5e4f17b5e |
EUC-JP | 雁蓴}雁蓴{^ | 1011010011100111111010001111001101111101101101001110011111101000111100110111101101011110 | b4e7e8f37db4e7e8f37b5e |
UTF-8 | 雁蓴}雁蓴{^ | 111010011001101110000001111010001001001110110100011111011110100110011011100000011110100010010011101101000111101101011110 | e99b81e893b47de99b81e893b47b5e |
UHC | 雁蓴}雁蓴{^ | 1110010011010010111000101111000101111101111001001101001011100010111100010111101101011110 | e4d2e2f17de4d2e2f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)