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 | 谺ー鄒イ^ | 11100110101011001011000011100111101111101011001001011110 | e6acb0e7beb25e |
EUC-JP | 谺ー鄒イ^ | 111011001010111010001110101100001110111011000000100011101011001001011110 | ecae8eb0eec08eb25e |
UTF-8 | 谺ー鄒イ^ | 11101000101100001011101011101111101111011011000011101001100001001001001011101111101111011011001001011110 | e8b0baefbdb0e98492efbdb25e |
UHC | ??鄒?^ | 001111110011111111110101110110110011111101011110 | 3f3ff5db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)