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 | 種?毅詐? | 1000111011101101001111111000101101000010100011011011110000111111 | 8eed3f8b428dbc3f |
EUC-JP | 種?毅詐? | 1011110011101111001111111011010110100011101110101011111000111111 | bcef3fb5a3babe3f |
UTF-8 | 種렟毅詐렰 | 111001111010100010101110111010111010000010011111111001101010111110000101111010001010100110010000111010111010000010110000 | e7a8aeeba09fe6af85e8a990eba0b0 |
UHC | 種렟毅詐렰 | 11110000111110101000111010110000111010111111011011011110111100011000111010111101 | f0fa8eb0ebf6def18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)