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 | 凹??扼? | 10001001100110100011111100111111100111010100111000111111 | 899a3f3f9d4e3f |
EUC-JP | 凹??扼? | 10110001111110100011111100111111110110011010111100111111 | b1fa3f3fd9af3f |
UTF-8 | 凹들걗扼계 | 111001011000011110111001111010111001001110100100111010101011000110010111111001101000100110111100111010101011001110000100 | e587b9eb93a4eab197e689bceab384 |
UHC | 凹들걗扼계 | 11101000111010101011010111101001100000011000001011100100111110011011000011101000 | e8eab5e98182e4f9b0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)