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 | 谿イ谿イ^ | 11100110101011101011001011100110101011101011001001011110 | e6aeb2e6aeb25e |
EUC-JP | 谿イ谿イ^ | 111011001011000010001110101100101110110010110000100011101011001001011110 | ecb08eb2ecb08eb25e |
UTF-8 | 谿イ谿イ^ | 11101000101100001011111111101111101111011011001011101000101100001011111111101111101111011011001001011110 | e8b0bfefbdb2e8b0bfefbdb25e |
UHC | 谿?谿?^ | 11001101101011000011111111001101101011000011111101011110 | cdac3fcdac3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)