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 | 倭??節ι | 1001100001100000001111110011111110010000110111111000001111000111 | 98603f3f90df83c7 |
EUC-JP | 倭??節ι | 1100111111000001001111110011111111000000111000011010011011001001 | cfc13f3fc0e1a6c9 |
UTF-8 | 倭얗뜈節ι | 1110010110000000101011011110110010010110100101111110101110011100100010001110011110101111100000001100111010111001 | e580adec9697eb9c88e7af80ceb9 |
UHC | 倭얗뜈節ι | 11101000110111101011111011101001100011011000101111101111101111011010010111101001 | e8debee98d8befbda5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)