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 | æ¨^ | 11100110100000001010100001011110 | e680a85e |
SJIS-WIN | ??¨^ | 0011111100111111100000010100111001011110 | 3f3f814e5e |
EUC-JP | æ?¨^ | 10001111101010011100000100111111101000011010111101011110 | 8fa9c13fa1af5e |
UTF-8 | æ¨^ | 11000011101001101100001010000000110000101010100001011110 | c3a6c280c2a85e |
UHC | æ?¨^ | 101010011010000100111111101000011010011101011110 | a9a13fa1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)