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 | çÏD^ | 11100111110011110100010001011110 | e7cf445e |
SJIS-WIN | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
EUC-JP | çÏD^ | 1000111110101011101011101000111110101010110000010100010001011110 | 8fabae8faac1445e |
UTF-8 | çÏD^ | 110000111010011111000011100011110100010001011110 | c3a7c38f445e |
UHC | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)