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 | cç | 10011000011000111001011011100111 | 986396e7 |
SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
EUC-JP | ?c?ç | 001111110110001100111111100011111010101110101110 | 3f633f8fabae |
UTF-8 | cç | 11000010100110000110001111000010100101101100001110100111 | c29863c296c3a7 |
UHC | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)