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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 倭?倭?^ | 10011000011000000011111110011000011000000011111101011110 | 98603f98603f5e |
EUC-JP | 倭?倭?^ | 11001111110000010011111111001111110000010011111101011110 | cfc13fcfc13f5e |
UTF-8 | 倭킘倭킘^ | 11100101100000001010110111101101100000101001100011100101100000001010110111101101100000101001100001011110 | e580aded8298e580aded82985e |
UHC | 倭킘倭킘^ | 111010001101111010110101010001001110100011011110101101010100010001011110 | e8deb544e8deb5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)