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 | 鞜仙ク昜 | 11101000110111111001000011100101101110001001110111100100 | e8df90e5b89de4 |
| EUC-JP | 鞜仙ク昜 | 1111000011100001110000001110011110001110101110001101101011100110 | f0e1c0e78eb8dae6 |
| UTF-8 | 鞜仙ク昜 | 111010011001111010011100111001001011101110011001111011111011110110111000111001101001100010011100 | e99e9ce4bb99efbdb8e6989c |
| UHC | ?仙?? | 0011111111100000101110010011111100111111 | 3fe0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)