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 | 鳶??愈? | 10010011110011100011111100111111100101101111101000111111 | 93ce3f3f96fa3f |
EUC-JP | 鳶??愈? | 11000110110100000011111100111111110011001111110000111111 | c6d03f3fccfc3f |
UTF-8 | 鳶⑸씣愈뛄 | 111010011011001110110110111000101001000110111000111011001001010010100011111001101000010010001000111010111001101110000100 | e9b3b6e291b8ec94a3e68488eb9b84 |
UHC | 鳶⑸씣愈뛄 | 11100110111010011010100111101011100111011011011111101010111011111000110101000010 | e6e9a9eb9db7eaef8d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)