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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 賊探h賊 | 10010001101011111001001001010100011010001001000110101111 | 91af92546891af |
EUC-JP | 賊探h賊 | 11000010101100011100001110110101011010001100001010110001 | c2b1c3b568c2b1 |
UTF-8 | 賊探h賊 | 11101000101100111000101011100110100011101010001001101000111010001011001110001010 | e8b38ae68ea268e8b38a |
UHC | 賊探h賊 | 11101110111001001111011110101110011010001110111011100100 | eee4f7ae68eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)