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 | ??寫? | 0011111100111111100110111000110100111111 | 3f3f9b8d3f |
| EUC-JP | ??寫? | 0011111100111111110101011110110100111111 | 3f3fd5ed3f |
| UTF-8 | 죄닻寫순 | 111011001010001110000100111010111000101110111011111001011010111110101011111011001000100010011100 | eca384eb8bbbe5afabec889c |
| UHC | 죄닻寫순 | 1100000111001011101101001110100111011110110100001011110011111000 | c1cbb4e9ded0bcf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)