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 | 恂?恂?^ | 10011100100101100011111110011100100101100011111101011110 | 9c963f9c963f5e |
EUC-JP | 恂?恂?^ | 11010111111101100011111111010111111101100011111101011110 | d7f63fd7f63f5e |
UTF-8 | 恂卨恂卨^ | 11100110100000011000001011100101100011011010100011100110100000011000001011100101100011011010100001011110 | e68182e58da8e68182e58da85e |
UHC | 恂卨恂卨^ | 111000101110000111100000110110011110001011100001111000001101100101011110 | e2e1e0d9e2e1e0d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)