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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 訷夂棍^ | 11111011101001001001101011100111100111101001111001011110 | fba49ae79e9e5e |
| EUC-JP | 訷夂棍^ | 1000111111011101110101001101010011101001110110111111111001011110 | 8fddd4d4e9dbfe5e |
| UTF-8 | 訷夂棍^ | 11101000101010001011011111100101101001001000001011100110101000111000110101011110 | e8a8b7e5a482e6a38d5e |
| UHC | ??棍^ | 0011111100111111110011011110001001011110 | 3f3fcde25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)