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^ | 100110101100100000111111001111110110001101011110 | 9ac83f3f635e |
EUC-JP | 塋??c^ | 110101001100101000111111001111110110001101011110 | d4ca3f3f635e |
UTF-8 | 塋븃쵛c^ | 1110010110100001100010111110101110111000100000111110110010110101100110110110001101011110 | e5a18bebb883ecb59b635e |
UHC | 塋븃쵛c^ | 1110011110101011101110101110100010101100100111010110001101011110 | e7abbae8ac9d635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)