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 | 豺擾スィ鉈 | 1110011010110111100011111110111110111101101010001110011111101011 | e6b78fefbda8e7eb |
EUC-JP | 豺擾スィ鉈 | 11101100101110011011111011110001100011101011110110001110101010001110111011101101 | ecb9bef18ebd8ea8eeed |
UTF-8 | 豺擾スィ鉈 | 111010001011000110111010111001101001001110111110111011111011110110111101111011111011110110101000111010011000100110001000 | e8b1bae693beefbdbdefbda8e98988 |
UHC | 豺擾??? | 11100011110011111110100011110110001111110011111100111111 | e3cfe8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)