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 | 霪霪^ | 111010001100010011110000111101101110100011000100111100001111011001011110 | e8c4f0f6e8c4f0f65e |
EUC-JP | 霪?霪?^ | 11110000110001100011111111110000110001100011111101011110 | f0c63ff0c63f5e |
UTF-8 | 霪霪^ | 11101001100111001010101011101110100000101011010111101001100111001010101011101110100000101011010101011110 | e99caaee82b5e99caaee82b55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)