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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鋺エ驟臥ャ | 1110011111111010101101001110100110000101100010011110011110101100 | e7fab4e98589e7ac |
| EUC-JP | 鋺エ驟臥ャ | 11101110111111001000111010110100111100011110010110110010111010011000111010101100 | eefc8eb4f1e5b2e98eac |
| UTF-8 | 鋺エ驟臥ャ | 111010011000101110111010111011111011110110110100111010011010100110011111111010001000011110100101111011111011110110101100 | e98bbaefbdb4e9a99fe887a5efbdac |
| UHC | ??驟臥? | 00111111001111111111011010101110111010001100001000111111 | 3f3ff6aee8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)