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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 豈れЛh豈 | 111001101010111110000010111010101000010001001100011010001110011010101111 | e6af82ea844c68e6af |
EUC-JP | 豈れЛh豈 | 111011001011000110100100111011001010011110101101011010001110110010110001 | ecb1a4eca7ad68ecb1 |
UTF-8 | 豈れЛh豈 | 111010001011000110001000111000111000001010001100110100001001101101101000111010001011000110001000 | e8b188e3828cd09b68e8b188 |
UHC | 豈れЛh豈 | 110100011100001010101010111011001010110010101101011010001101000111000010 | d1c2aaecacad68d1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)