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 | 鬯倬ョュ闕シ | 111010011010110010011000111010011010111010101101111010001000110110111100 | e9ac98e9aeade88dbc |
| EUC-JP | 鬯倬ョュ闕シ | 111100101010111011010000111010111000111010101110100011101010110111101111111011011000111010111100 | f2aed0eb8eae8eadefed8ebc |
| UTF-8 | 鬯倬ョュ闕シ | 111010011010110010101111111001011000000010101100111011111011110110101110111011111011110110101101111010011001011110010101111011111011110110111100 | e9acafe580acefbdaeefbdade99795efbdbc |
| UHC | ?倬??闕? | 0011111111110110111100000011111100111111110011111111010000111111 | 3ff6f03f3fcff43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)