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 | ç W\ | 11100111100001011000001110001000100011100101011101011100 | e78583888e575c |
SJIS-WIN | ?????W\ | 00111111001111110011111100111111001111110101011101011100 | 3f3f3f3f3f575c |
EUC-JP | ç????W\ | 100011111010101110101110001111110011111100111111001111110101011101011100 | 8fabae3f3f3f3f575c |
UTF-8 | ç W\ | 110000111010011111000010100001011100001010000011110000101000100011000010100011100101011101011100 | c3a7c285c283c288c28e575c |
UHC | ?????W\ | 00111111001111110011111100111111001111110101011101011100 | 3f3f3f3f3f575c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)