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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 際????? | 10001101110110110011111100111111001111110011111100111111 | 8ddb3f3f3f3f3f |
| EUC-JP | 際?饔??? | 101110101101110100111111100011111110100011101111001111110011111100111111 | badd3f8fe8ef3f3f3f |
| UTF-8 | 際렧饔띌렒렎 | 111010011001101010011011111010111010000010100111111010011010010110010100111010111001110110001100111010111010000010010010111010111010000010001110 | e99a9beba0a7e9a594eb9d8ceba092eba08e |
| UHC | 際렧饔띌렒렎 | 111100001011011110001110101101101110100010111101101101101110100110001110101001111000111010100100 | f0b78eb6e8bdb6e98ea78ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)