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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 訂鞨?際? | 1001001011111001111010001110000000111111100011011101101100111111 | 92f9e8e03f8ddb3f |
| EUC-JP | 訂鞨?際? | 1100010011111011111100001110001000111111101110101101110100111111 | c4fbf0e23fbadd3f |
| UTF-8 | 訂鞨딛際렣 | 111010001010100010000010111010011001111010101000111010111001010010011011111010011001101010011011111010111010000010100011 | e8a882e99ea8eb949be99a9beba0a3 |
| UHC | 訂鞨딛際렣 | 11101111111101001100101011101010101101011111001111110000101101111000111010110100 | eff4caeab5f3f0b78eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)