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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????淞 | 0011111100111111001111110011111100111111001111111001111111000010 | 3f3f3f3f3f3f9fc2 |
| EUC-JP | ??????淞 | 0011111100111111001111110011111100111111001111111101111011000100 | 3f3f3f3f3f3fdec4 |
| UTF-8 | 女앯킋溜뗢꽒淞 | 111011111010011010000001111011001001010110101111111011011000001010001011111011111010011110001011111010111001011110100010111010101011110110010010111001101011011110011110 | efa681ec95afed828befa78beb97a2eabd92e6b79e |
| UHC | 女앯킋溜뗢꽒淞 | 1110010111111100100111011110011110110100100101111110101011111110100010111110001010000100101000011110000111100111 | e5fc9de7b497eafe8be284a1e1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)