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^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | 淨?D^ | 1001111111000100001111110100010001011110 | 9fc43f445e |
EUC-JP | 淨?D^ | 1101111011000110001111110100010001011110 | dec63f445e |
UTF-8 | 淨렠D^ | 1110011010110111101010001110101110100000101000000100010001011110 | e6b7a8eba0a0445e |
UHC | 淨렠D^ | 111011111110010010001110101100010100010001011110 | efe48eb1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)