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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 鯀D鯀D^ | 1110100110111111111100101010000101000100111010011011111111110010101000010100010001011110 | e9bff2a144e9bff2a1445e |
EUC-JP | 鯀?D鯀?D^ | 111100101100000100111111010001001111001011000001001111110100010001011110 | f2c13f44f2c13f445e |
UTF-8 | 鯀D鯀D^ | 111010011010111110000000111011101000011110011000010001001110100110101111100000001110111010000111100110000100010001011110 | e9af80ee879844e9af80ee8798445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)