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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ェ顏ン | 111100111111011110101010111010001111100011011101 | f3f7aae8f8dd |
EUC-JP | ?ェ顏ン | 00111111100011101010101011110000111110101000111011011101 | 3f8eaaf0fa8edd |
UTF-8 | ェ顏ン | 111011101000101110101010111011111011110110101010111010011010000110001111111011111011111010011101 | ee8baaefbdaae9a18fefbe9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)