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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 樗?^ | 10010010100101000011111101011110 | 92943f5e |
EUC-JP | 樗?^ | 11000011111101000011111101011110 | c3f43f5e |
UTF-8 | 樗렍^ | 11100110101010001001011111101011101000001000110101011110 | e6a897eba08d5e |
UHC | 樗렍^ | 1110111011000000100011101010001101011110 | eec08ea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)