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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 谿イ谿イB | 11100110101011101011001011100110101011101011001001000010 | e6aeb2e6aeb242 |
EUC-JP | 谿イ谿イB | 111011001011000010001110101100101110110010110000100011101011001001000010 | ecb08eb2ecb08eb242 |
UTF-8 | 谿イ谿イB | 11101000101100001011111111101111101111011011001011101000101100001011111111101111101111011011001001000010 | e8b0bfefbdb2e8b0bfefbdb242 |
UHC | 谿?谿?B | 11001101101011000011111111001101101011000011111101000010 | cdac3fcdac3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)