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 | 訂鞨?? | 100100101111100111101000111000000011111100111111 | 92f9e8e03f3f |
| EUC-JP | 訂鞨?? | 110001001111101111110000111000100011111100111111 | c4fbf0e23f3f |
| UTF-8 | 訂鞨렣띌 | 111010001010100010000010111010011001111010101000111010111010000010100011111010111001110110001100 | e8a882e99ea8eba0a3eb9d8c |
| UHC | 訂鞨렣띌 | 1110111111110100110010101110101010001110101101001011011011101001 | eff4caea8eb4b6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)