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 | 湘^ | 1000111111000011111110011111101101011110 | 8fc3f9fb5e |
EUC-JP | 湘?^ | 10111110110001010011111101011110 | bec53f5e |
UTF-8 | 湘^ | 11100110101110011001100011101110100111011001011001011110 | e6b998ee9d965e |
UHC | 湘?^ | 11011111110011110011111101011110 | dfcf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)