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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | ??憐鎰?B | 0011111100111111100101111111011111101000010011000011111101000010 | 3f3f97f7e84c3f42 |
| EUC-JP | ??憐鎰?B | 0011111100111111110011101111100111101111101011010011111101000010 | 3f3fcef9efad3f42 |
| UTF-8 | 識쇤憐鎰렑B | 11101111101001111011110011101100100001111010010011100110100001101001000011101001100011101011000011101011101000001001000101000010 | efa7bcec87a4e68690e98eb0eba09142 |
| UHC | 識쇤憐鎰렑B | 1111001010111101101111001110100111010101111110111110110011110000100011101010011001000010 | f2bdbce9d5fbecf08ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)