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 | 阮ィ騾ク蜈 | 1110100010010110101010001110100110000000101110001110010110000101 | e896a8e980b8e585 |
| EUC-JP | 阮ィ騾ク蜈 | 11101111111101101000111010101000111100011110000010001110101110001110100111100101 | eff68ea8f1e08eb8e9e5 |
| UTF-8 | 阮ィ騾ク蜈 | 111010011001100010101110111011111011110110101000111010011010100010111110111011111011110110111000111010001001110010001000 | e998aeefbda8e9a8beefbdb8e89c88 |
| UHC | 阮???蜈 | 11101000110101100011111100111111001111111110100010100101 | e8d63f3f3fe8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)