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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 횧첨횛쩐횩 | 111011011001101010100111111011001011001010101000111011011001101010011011111011001010100110010000111011011001101010101001 | ed9aa7ecb2a8ed9a9beca990ed9aa9 |
| UHC | 횧첨횛쩐횩 | 11000011100111101100001110110111110000111001010111000010101111101100001110011111 | c39ec3b7c395c2bec39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)