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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鹿ネ雉 | 111100001100000010001110101011011111001010100011110010001110100010110011 | f0c08eadf2a3c8e8b3 |
EUC-JP | ?鹿?ネ雉 | 0011111110111100101011110011111110001110110010001111000010110101 | 3fbcaf3f8ec8f0b5 |
UTF-8 | 鹿ネ雉 | 111011101000000110111111111010011011100110111111111011101000011110011010111011111011111010001000111010011001101110001001 | ee81bfe9b9bfee879aefbe88e99b89 |
UHC | ?鹿??雉 | 00111111110101101110001100111111001111111111011011001011 | 3fd6e33f3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)