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 | 汚??淞? | 10001001100110000011111100111111100111111100001000111111 | 89983f3f9fc23f |
EUC-JP | 汚??淞? | 10110001111110000011111100111111110111101100010000111111 | b1f83f3fdec43f |
UTF-8 | 汚얍뀍淞묷 | 111001101011000110011010111011001001011010001101111010111000000010001101111001101011011110011110111010111010110010110111 | e6b19aec968deb808de6b79eebacb7 |
UHC | 汚얍뀍淞묷 | 11100111111111011011111011100101100001011000100011100001111001111001001001001011 | e7fdbee58588e1e7924b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)