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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 渦?渦?B | 10001001010100010011111110001001010100010011111101000010 | 89513f89513f42 |
| EUC-JP | 渦?渦?B | 10110001101100100011111110110001101100100011111101000010 | b1b23fb1b23f42 |
| UTF-8 | 渦캻渦캻B | 11100110101110001010011011101100101110101011101111100110101110001010011011101100101110101011101101000010 | e6b8a6ecbabbe6b8a6ecbabb42 |
| UHC | 渦캻渦캻B | 111010001011111010110000011000011110100010111110101100000110000101000010 | e8beb061e8beb06142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)