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 | ????} | 0011111100111111001111110011111101111101 | 3f3f3f3f7d |
| SJIS-WIN | シユシ・} | 1011110011010101101111001010010101111101 | bcd5bca57d |
| EUC-JP | シユシ・} | 100011101011110010001110110101011000111010111100100011101010010101111101 | 8ebc8ed58ebc8ea57d |
| UTF-8 | シユシ・} | 11101111101111011011110011101111101111101001010111101111101111011011110011101111101111011010010101111101 | efbdbcefbe95efbdbcefbda57d |
| UHC | ????} | 0011111100111111001111110011111101111101 | 3f3f3f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)