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 | 衙惡???筮 | 111001011100100110011100101001100011111100111111001111111110001010101100 | e5c99ca63f3f3fe2ac |
| EUC-JP | 衙惡???筮 | 111010101100101111011000101010000011111100111111001111111110010010101110 | eacbd8a83f3f3fe4ae |
| UTF-8 | 衙惡뤾磻출筮 | 111010001010000110011001111001101000001110100001111010111010010010111110111011111010010110100100111011001011011010011100111001111010110110101110 | e8a199e683a1eba4beefa5a4ecb69ce7adae |
| UHC | 衙惡뤾磻출筮 | 111001001011011111100100110000101000111111101010110110111110010011000011111000101101111111111011 | e4b7e4c28feadbe4c3e2dffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)