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 | ̮Ƽ | 11001100101011101100011010111100 | ccaec6bc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ì®Æ? | 10001111101010101100000010001111101000101110111010001111101010011010000100111111 | 8faac08fa2ee8fa9a13f |
UTF-8 | ̮Ƽ | 1100001110001100110000101010111011000011100001101100001010111100 | c38cc2aec386c2bc |
UHC | ?®Æ¼ | 00111111101000101110011110101000101000011010100011111001 | 3fa2e7a8a1a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)