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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漬??肢? | 10010010110100000011111100111111100011101000100000111111 | 92d03f3f8e883f |
EUC-JP | 漬??肢? | 11000100110100100011111100111111101110111110100000111111 | c4d23f3fbbe83f |
UTF-8 | 漬얗커肢렕 | 111001101011110010101100111011001001011010010111111011001011101110100100111010001000001010100010111010111010000010010101 | e6bcacec9697ecbba4e882a2eba095 |
UHC | 漬얗커肢렕 | 11110010101100001011111011101001110001001011111111110010101101101000111010101010 | f2b0bee9c4bff2b68eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)