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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鴉??珣 | 111010011110101100111111001111111111101101100011 | e9eb3f3ffb63 |
| EUC-JP | 鴉??珣 | 11110010111011010011111100111111100011111100101111110100 | f2ed3f3f8fcbf4 |
| UTF-8 | 鴉릦떛珣 | 111010011011010010001001111010111010011010100110111010111001011010011011111001111000111110100011 | e9b489eba6a6eb969be78fa3 |
| UHC | 鴉릦떛珣 | 1110010010111100100100001000100010001011101100011110001011101001 | e4bc90888bb1e2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)