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 | 蚓遁??窩 | 1110010101101101100100111101100100111111001111111110001001111100 | e56d93d93f3fe27c |
EUC-JP | 蚓遁??窩 | 1110100111001110110001101101101100111111001111111110001111011101 | e9cec6db3f3fe3dd |
UTF-8 | 蚓遁렫렣窩 | 111010001001101010010011111010011000000110000001111010111010000010101011111010111010000010100011111001111010101010101001 | e89a93e98181eba0abeba0a3e7aaa9 |
UHC | 蚓遁렫렣窩 | 11101100111000101101010011101101100011101011100110001110101101001110100011000000 | ece2d4ed8eb98eb4e8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)