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 | 鉗ク遏ゥ蓖 | 1110011111100111101110001110011110011111101010011110010011101101 | e7e7b8e79fa9e4ed |
| EUC-JP | 鉗ク遏ゥ蓖 | 11101110111010011000111010111000111011101010000110001110101010011110100011101111 | eee98eb8eea18ea9e8ef |
| UTF-8 | 鉗ク遏ゥ蓖 | 111010011000100110010111111011111011110110111000111010011000000110001111111011111011110110101001111010001001001110010110 | e98997efbdb8e9818fefbda9e89396 |
| UHC | 鉗???? | 110011001100011000111111001111110011111100111111 | ccc63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)