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 | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
| SJIS-WIN | 疾鹿シ」N | 10001110101111101000111010101101101111001010001101001110 | 8ebe8eadbca34e |
| EUC-JP | 疾鹿シ」N | 101111001100000010111100101011111000111010111100100011101010001101001110 | bcc0bcaf8ebc8ea34e |
| UTF-8 | 疾鹿シ」N | 11100111100101101011111011101001101110011011111111101111101111011011110011101111101111011010001101001110 | e796bee9b9bfefbdbcefbda34e |
| UHC | 疾鹿??N | 11110010111100001101011011100011001111110011111101001110 | f2f0d6e33f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)