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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 椅?^ | 10001000110101100011111101011110 | 88d63f5e |
EUC-JP | 椅?^ | 10110000110110000011111101011110 | b0d83f5e |
UTF-8 | 椅렚^ | 11100110101001001000010111101011101000001001101001011110 | e6a485eba09a5e |
UHC | 椅렚^ | 1110101111110101100011101010110101011110 | ebf58ead5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)