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 | 湲?肢?\ | 10011111110100010011111110001110100010000011111101011100 | 9fd13f8e883f5c |
EUC-JP | 湲?肢?\ | 11011110110100110011111110111011111010000011111101011100 | ded33fbbe83f5c |
UTF-8 | 湲렪肢렖\ | 11100110101110011011001011101011101000001010101011101000100000101010001011101011101000001001011001011100 | e6b9b2eba0aae882a2eba0965c |
UHC | 湲렪肢렖\ | 111010101011100010001110101110001111001010110110100011101010101101011100 | eab88eb8f2b68eab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)