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 | 荐猾荐猾^ | 111001001010011011100000110011111110010010100110111000001100111101011110 | e4a6e0cfe4a6e0cf5e |
EUC-JP | 荐猾荐猾^ | 111010001010100011100000110100011110100010101000111000001101000101011110 | e8a8e0d1e8a8e0d15e |
UTF-8 | 荐猾荐猾^ | 11101000100011011001000011100111100011001011111011101000100011011001000011100111100011001011111001011110 | e88d90e78cbee88d90e78cbe5e |
UHC | ?猾?猾^ | 00111111111111001100001000111111111111001100001001011110 | 3ffcc23ffcc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)