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 | 1001111101010000001111110011111101000010 | 9f503f3f42 |
| EUC-JP | 蘖??B | 1101110110110001001111110011111101000010 | ddb13f3f42 |
| UTF-8 | 蘖띷릫B | 11101000100110001001011011101011100111011011011111101011101001101010101101000010 | e89896eb9db7eba6ab42 |
| UHC | 蘖띷릫B | 11100101111011101000110111100110100100001000110101000010 | e5ee8de6908d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)