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 | èç¨\ | 11101000100101001001001111100111101010001001100101011100 | e89493e7a8995c |
SJIS-WIN | ????¨?\ | 0011111100111111001111110011111110000001010011100011111101011100 | 3f3f3f3f814e3f5c |
EUC-JP | è??ç¨?\ | 100011111010101110110010001111110011111110001111101010111010111010100001101011110011111101011100 | 8fabb23f3f8fabaea1af3f5c |
UTF-8 | èç¨\ | 11000011101010001100001010010100110000101001001111000011101001111100001010101000110000101001100101011100 | c3a8c294c293c3a7c2a8c2995c |
UHC | ????¨?\ | 0011111100111111001111110011111110100001101001110011111101011100 | 3f3f3f3fa1a73f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)