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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 鞴咋嵜鞴咋嵜^ | 11101000111001001000110111101110100110111011110111101000111001001000110111101110100110111011110101011110 | e8e48dee9bbde8e48dee9bbd5e |
| EUC-JP | 鞴咋嵜鞴咋嵜^ | 11110000111001101011101011110000110101101011111111110000111001101011101011110000110101101011111101011110 | f0e6baf0d6bff0e6baf0d6bf5e |
| UTF-8 | 鞴咋嵜鞴咋嵜^ | 11101001100111101011010011100101100100101000101111100101101101011001110011101001100111101011010011100101100100101000101111100101101101011001110001011110 | e99eb4e5928be5b59ce99eb4e5928be5b59c5e |
| UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)