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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鄒ィ鄒ィ^ | 11100111101111101010100011100111101111101010100001011110 | e7bea8e7bea85e |
EUC-JP | 鄒ィ鄒ィ^ | 111011101100000010001110101010001110111011000000100011101010100001011110 | eec08ea8eec08ea85e |
UTF-8 | 鄒ィ鄒ィ^ | 11101001100001001001001011101111101111011010100011101001100001001001001011101111101111011010100001011110 | e98492efbda8e98492efbda85e |
UHC | 鄒?鄒?^ | 11110101110110110011111111110101110110110011111101011110 | f5db3ff5db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)