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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
| SJIS-WIN | 脛随秋Y | 11100011111110001001000010001111100011110100100001011001 | e3f8908f8f4859 |
| EUC-JP | 脛随秋Y | 11100110111110101011111111101111101111011010100101011001 | e6fabfefbda959 |
| UTF-8 | 脛随秋Y | 11101000100001001001101111101001100110101000111111100111101001111000101101011001 | e8849be99a8fe7a78b59 |
| UHC | 脛?秋Y | 110011001110101100111111111101011101010101011001 | cceb3ff5d559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)