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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 湘赶^ | 10001111110000111111101110110000111101111111101101011110 | 8fc3fbb0f7fb5e |
EUC-JP | 湘??^ | 1011111011000101001111110011111101011110 | bec53f3f5e |
UTF-8 | 湘赶^ | 11100110101110011001100011101000101101011011011011101110100101111001111001011110 | e6b998e8b5b6ee979e5e |
UHC | 湘??^ | 1101111111001111001111110011111101011110 | dfcf3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)