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 | 贄???齬 | 11100110110100010011111100111111001111111110101010010111 | e6d13f3f3fea97 |
EUC-JP | 贄???齬 | 11101100110100110011111100111111001111111111001111110111 | ecd33f3f3ff3f7 |
UTF-8 | 贄쇠렢렏齬 | 111010001011010010000100111011001000011110100000111010111010000010100010111010111010000010001111111010011011110110101100 | e8b484ec87a0eba0a2eba08fe9bdac |
UHC | 贄쇠렢렏齬 | 11110010101111101011110011101000100011101011001110001110101001011110010111100001 | f2bebce88eb38ea5e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)