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 | 足???^ | 100100011010101100111111001111110011111101011110 | 91ab3f3f3f5e |
EUC-JP | 足???^ | 110000101010110100111111001111110011111101011110 | c2ad3f3f3f5e |
UTF-8 | 足렭渽렲^ | 11101000101101101011001111101011101000001010110111100110101110001011110111101011101000001011001001011110 | e8b6b3eba0ade6b8bdeba0b25e |
UHC | 足렭渽렲^ | 111100001110101110001110101110101110111010101010100011101011111101011110 | f0eb8ebaeeaa8ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)