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 | 祉耳}祉耳{^ | 1000111010000011100011101010100001111101100011101000001110001110101010000111101101011110 | 8e838ea87d8e838ea87b5e |
EUC-JP | 祉耳}祉耳{^ | 1011101111100011101111001010101001111101101110111110001110111100101010100111101101011110 | bbe3bcaa7dbbe3bcaa7b5e |
UTF-8 | 祉耳}祉耳{^ | 111001111010010110001001111010001000000010110011011111011110011110100101100010011110100010000000101100110111101101011110 | e7a589e880b37de7a589e880b37b5e |
UHC | 祉耳}祉耳{^ | 1111001010110011111011001011110001111101111100101011001111101100101111000111101101011110 | f2b3ecbc7df2b3ecbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)