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 | 脂畔?警? | 1000111010001001100101001100100000111111100011000111100000111111 | 8e8994c83f8c783f |
EUC-JP | 脂畔?警? | 1011101111101001110010001100101000111111101101111101100100111111 | bbe9c8ca3fb7d93f |
UTF-8 | 脂畔렜警룬 | 111010001000010010000010111001111001010110010100111010111010000010011100111010001010110110100110111010111010001110101100 | e88482e79594eba09ce8ada6eba3ac |
UHC | 脂畔렜警룬 | 11110010101101111101101011101101100011101010111011001100111011011011011111101001 | f2b7daed8eaeccedb7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)