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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ゙鵄躰゙鵄躰^ | 1101111011101001111101011110011101011011110111101110100111110101111001110101101101011110 | dee9f5e75bdee9f5e75b5e |
EUC-JP | ゙鵄躰゙鵄躰^ | 10001110110111101111001011110111111011011011110010001110110111101111001011110111111011011011110001011110 | 8edef2f7edbc8edef2f7edbc5e |
UTF-8 | ゙鵄躰゙鵄躰^ | 11101111101111101001111011101001101101011000010011101000101110101011000011101111101111101001111011101001101101011000010011101000101110101011000001011110 | efbe9ee9b584e8bab0efbe9ee9b584e8bab05e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)