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 | 鋺エ驟臥ャケ | 111001111111101010110100111010011000010110001001111001111010110010111001 | e7fab4e98589e7acb9 |
| EUC-JP | 鋺エ驟臥ャケ | 111011101111110010001110101101001111000111100101101100101110100110001110101011001000111010111001 | eefc8eb4f1e5b2e98eac8eb9 |
| UTF-8 | 鋺エ驟臥ャケ | 111010011000101110111010111011111011110110110100111010011010100110011111111010001000011110100101111011111011110110101100111011111011110110111001 | e98bbaefbdb4e9a99fe887a5efbdacefbdb9 |
| UHC | ??驟臥?? | 0011111100111111111101101010111011101000110000100011111100111111 | 3f3ff6aee8c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)