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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| EUC-JP | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| UTF-8 | 챔혙짹u^ | 1110110010110001100101001110110110011000100110011110110010100111101110010111010101011110 | ecb194ed9899eca7b9755e |
| UHC | 챔혙짹u^ | 1100001110101000110000101000010011000010101100010111010101011110 | c3a8c284c2b1755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)