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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 杖來 | 10001111111100011001100011010010 | 8ff198d2 |
EUC-JP | 杖來 | 10111110111100111101000011010100 | bef3d0d4 |
UTF-8 | 杖來 | 111001101001110110010110111001001011111010000110 | e69d96e4be86 |
UHC | 杖來 | 11101101111010001101010111001110 | ede8d5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)