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 | ??????_ | 00111111001111110011111100111111001111110011111101011111 | 3f3f3f3f3f3f5f |
| SJIS-WIN | 鴫紗エ愷ォ_ | 1111000111111001100011101011000010001110110100011011010011111010110001001010101101011111 | f1f98eb08ed1b4fac4ab5f |
| EUC-JP | ?鴫紗エ愷ォ_ | 00111111101111001011001010111100110100111000111010110100100011111011111011001101100011101010101101011111 | 3fbcb2bcd38eb48fbecd8eab5f |
| UTF-8 | 鴫紗エ愷ォ_ | 11101110100001011011010011101001101101001010101111100111101101001001011111101111101111011011010011100110100001001011011111101111101111011010101101011111 | ee85b4e9b4abe7b497efbdb4e684b7efbdab5f |
| UHC | ??紗?愷?_ | 001111110011111111011110111010010011111111001011110001000011111101011111 | 3f3fdee93fcbc43f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)