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^ | 1110000111110110111010011111001101000100111000011111011011101001111100110100010001011110 | e1f6e9f344e1f6e9f3445e |
EUC-JP | 磋鴣D磋鴣D^ | 1110001011111000111100101111010101000100111000101111100011110010111101010100010001011110 | e2f8f2f544e2f8f2f5445e |
UTF-8 | 磋鴣D磋鴣D^ | 111001111010001110001011111010011011010010100011010001001110011110100011100010111110100110110100101000110100010001011110 | e7a38be9b4a344e7a38be9b4a3445e |
UHC | 磋?D磋?D^ | 111100111010111100111111010001001111001110101111001111110100010001011110 | f3af3f44f3af3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)