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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 倭??c^ | 100110000110000000111111001111110110001101011110 | 98603f3f635e |
EUC-JP | 倭??c^ | 110011111100000100111111001111110110001101011110 | cfc13f3f635e |
UTF-8 | 倭뱄쉈c^ | 1110010110000000101011011110101110110001100001001110110010001001100010000110001101011110 | e580adebb184ec8988635e |
UHC | 倭뱄쉈c^ | 1110100011011110101110011110111110111101101001010110001101011110 | e8deb9efbda5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)