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 | 湘湘^ | 100011111100001111110010101110011000111111000011111100101011100101011110 | 8fc3f2b98fc3f2b95e |
EUC-JP | 湘?湘?^ | 10111110110001010011111110111110110001010011111101011110 | bec53fbec53f5e |
UTF-8 | 湘湘^ | 11100110101110011001100011101110100001111011000011100110101110011001100011101110100001111011000001011110 | e6b998ee87b0e6b998ee87b05e |
UHC | 湘?湘?^ | 11011111110011110011111111011111110011110011111101011110 | dfcf3fdfcf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)