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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | シト謝蛇\ | 10111100110001001000111011010011100011101101011001011100 | bcc48ed38ed65c |
EUC-JP | シト謝蛇\ | 100011101011110010001110110001001011110011010101101111001101100001011100 | 8ebc8ec4bcd5bcd85c |
UTF-8 | シト謝蛇\ | 11101111101111011011110011101111101111101000010011101000101011001001110111101000100110111000011101011100 | efbdbcefbe84e8ac9de89b875c |
UHC | ??謝蛇\ | 00111111001111111101111011110011110111101110111101011100 | 3f3fdef3deef5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)