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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 業??O | 1000101111000110001111110011111101001111 | 8bc63f3f4f |
| EUC-JP | 業??O | 1011011011001000001111110011111101001111 | b6c83f3f4f |
| UTF-8 | 業잋벧O | 11100110101001011010110111101100100111101000101111101011101100101010011101001111 | e6a5adec9e8bebb2a74f |
| UHC | 業잋벧O | 11100101111101101001111111100100101110101010011001001111 | e5f69fe4baa64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)