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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 弔?霽?\ | 10010010101000100011111111101000110001110011111101011100 | 92a23fe8c73f5c |
EUC-JP | 弔?霽?\ | 11000100101001000011111111110000110010010011111101011100 | c4a43ff0c93f5c |
UTF-8 | 弔렲霽렢\ | 11100101101111001001010011101011101000001011001011101001100111001011110111101011101000001010001001011100 | e5bc94eba0b2e99cbdeba0a25c |
UHC | 弔렲霽렢\ | 111100001100000010001110101111111111000010111000100011101011001101011100 | f0c08ebff0b88eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)