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 | âeæºh | 1110001001100101111001101011101001101000 | e265e6ba68 |
SJIS-WIN | ?e??h | 0011111101100101001111110011111101101000 | 3f653f3f68 |
EUC-JP | âeæºh | 1000111110101011101001000110010110001111101010011100000110001111101000101110101101101000 | 8faba4658fa9c18fa2eb68 |
UTF-8 | âeæºh | 1100001110100010011001011100001110100110110000101011101001101000 | c3a265c3a6c2ba68 |
UHC | ?eæºh | 00111111011001011010100110100001101010001010110001101000 | 3f65a9a1a8ac68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)