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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 陷エ驟臥ャケ | 111010001001110010110100111010011000010110001001111001111010110010111001 | e89cb4e98589e7acb9 |
| EUC-JP | 陷エ驟臥ャケ | 111011111111110010001110101101001111000111100101101100101110100110001110101011001000111010111001 | effc8eb4f1e5b2e98eac8eb9 |
| UTF-8 | 陷エ驟臥ャケ | 111010011001100110110111111011111011110110110100111010011010100110011111111010001000011110100101111011111011110110101100111011111011110110111001 | e999b7efbdb4e9a99fe887a5efbdacefbdb9 |
| UHC | 陷?驟臥?? | 111110011110100000111111111101101010111011101000110000100011111100111111 | f9e83ff6aee8c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)