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 | 梧??曖? | 10001100111001100011111100111111100111100100001000111111 | 8ce63f3f9e423f |
EUC-JP | 梧??曖? | 10111000111010000011111100111111110110111010001100111111 | b8e83f3fdba33f |
UTF-8 | 梧귛ㄵ曖뽬 | 111001101010001010100111111010101011011110011011111000111000010010110101111001101001101110010110111010111011110110101100 | e6a2a7eab79be384b5e69b96ebbdac |
UHC | 梧귛ㄵ曖뽬 | 11100111111111001000001011100101101001001010010111100100111100101001011011101000 | e7fc82e5a4a5e4f296e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)