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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??寫 | 00111111001111111001101110001101 | 3f3f9b8d |
| EUC-JP | ??寫 | 00111111001111111101010111101101 | 3f3fd5ed |
| UTF-8 | 죄닻寫 | 111011001010001110000100111010111000101110111011111001011010111110101011 | eca384eb8bbbe5afab |
| UHC | 죄닻寫 | 110000011100101110110100111010011101111011010000 | c1cbb4e9ded0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)