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 | ??癰e | 001111110011111111100001100111101000001010000101 | 3f3fe19e8285 |
| EUC-JP | ??癰e | 001111110011111111100001111111101010001111100101 | 3f3fe1fea3e5 |
| UTF-8 | 챔횞癰e | 111011001011000110010100111011011001101010011110111001111001100110110000111011111011110110000101 | ecb194ed9a9ee799b0efbd85 |
| UHC | 챔횞癰e | 1100001110101000110000111001011111101000101110011010001111100101 | c3a8c397e8b9a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)