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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 膣牙┏絎 | 1110010001010011100010011110010110000100101011001110001101001101 | e45389e584ace34d |
| EUC-JP | 膣牙┏絎 | 1110011110110100101100101110011110101000101011101110010110101110 | e7b4b2e7a8aee5ae |
| UTF-8 | 膣牙┏絎 | 111010001000011010100011111001111000100110011001111000101001010010001111111001111011010110001110 | e886a3e78999e2948fe7b58e |
| UHC | 膣牙┏? | 11110010111100111110010010110011101001101010111000111111 | f2f3e4b3a6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)