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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 雎ク讙取ンh | 11101000101100011011100011100110101010101000111011100110100000111001001101101000 | e8b1b8e6aa8ee6839368 |
EUC-JP | 雎ク讙取ンh | 1111000010110011100011101011100011101100101011001011110011101000101001011111001101101000 | f0b38eb8ecacbce8a5f368 |
UTF-8 | 雎ク讙取ンh | 11101001100110111000111011101111101111011011100011101000101011101001100111100101100011111001011011100011100000111011001101101000 | e99b8eefbdb8e8ae99e58f96e383b368 |
UHC | 雎??取ンh | 111011101101000100111111001111111111011010100010101010111111001101101000 | eed13f3ff6a2abf368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)