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 | カネカネ^ | 111100101111001110110110110010001111001011110011101101101100100001011110 | f2f3b6c8f2f3b6c85e |
EUC-JP | ?カネ?カネ^ | 0011111110001110101101101000111011001000001111111000111010110110100011101100100001011110 | 3f8eb68ec83f8eb68ec85e |
UTF-8 | カネカネ^ | 11101110100010001010101011101111101111011011011011101111101111101000100011101110100010001010101011101111101111011011011011101111101111101000100001011110 | ee88aaefbdb6efbe88ee88aaefbdb6efbe885e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)