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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鼠??^ | 1001000101101100001111110011111101011110 | 916c3f3f5e |
EUC-JP | 鼠??^ | 1100000111001101001111110011111101011110 | c1cd3f3f5e |
UTF-8 | 鼠렣렑^ | 11101001101111001010000011101011101000001010001111101011101000001001000101011110 | e9bca0eba0a3eba0915e |
UHC | 鼠렣렑^ | 11100000101010011000111010110100100011101010011001011110 | e0a98eb48ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)