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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 魚??B | 1000101110011011001111110011111101000010 | 8b9b3f3f42 |
| EUC-JP | 魚??B | 1011010111111011001111110011111101000010 | b5fb3f3f42 |
| UTF-8 | 魚잍궆B | 11101001101011011001101011101100100111101000110111101010101101101000011001000010 | e9ad9aec9e8deab68642 |
| UHC | 魚잍궆B | 11100101111000001001111111100110100000101001111101000010 | e5e09fe6829f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)