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 | 姙??? | 1001101101001011001111110011111100111111 | 9b4b3f3f3f |
| EUC-JP | 姙?獐? | 11010101101011000011111110001111110010111011101000111111 | d5ac3f8fcbba3f |
| UTF-8 | 姙렎獐쇤 | 111001011010011110011001111010111010000010001110111001111000110110010000111011001000011110100100 | e5a799eba08ee78d90ec87a4 |
| UHC | 姙렎獐쇤 | 1110110011110101100011101010010011101101111011111011110011101001 | ecf58ea4edefbce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)