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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 釖モキO | 1110011111011001110100111011011101001111 | e7d9d3b74f |
| EUC-JP | 釖モキO | 11101110110110111000111011010011100011101011011101001111 | eedb8ed38eb74f |
| UTF-8 | 釖モキO | 11101001100001111001011011101111101111101001001111101111101111011011011101001111 | e98796efbe93efbdb74f |
| UHC | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)