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 | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-WIN | 蚓?W賊 | 111001010110110100111111010101111001000110101111 | e56d3f5791af |
EUC-JP | 蚓?W賊 | 111010011100111000111111010101111100001010110001 | e9ce3f57c2b1 |
UTF-8 | 蚓렚W賊 | 11101000100110101001001111101011101000001001101001010111111010001011001110001010 | e89a93eba09a57e8b38a |
UHC | 蚓렚W賊 | 11101100111000101000111010101101010101111110111011100100 | ece28ead57eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)