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 | 二??野 | 100100111111000100111111001111111001011011101100 | 93f13f3f96ec |
| EUC-JP | 二??野 | 110001101111001100111111001111111100110011101110 | c6f33f3fccee |
| UTF-8 | 二꾨떩野 | 111001001011101010001100111010101011111010101000111010111001011010101001111010011000011110001110 | e4ba8ceabea8eb96a9e9878e |
| UHC | 二꾨떩野 | 1110110010100011100001001110101110001011101110111110010110101111 | eca384eb8bbbe5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)