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 | æ¨^ | 111001101010100001011110 | e6a85e |
SJIS-WIN | ?¨^ | 00111111100000010100111001011110 | 3f814e5e |
EUC-JP | æ¨^ | 100011111010100111000001101000011010111101011110 | 8fa9c1a1af5e |
UTF-8 | æ¨^ | 1100001110100110110000101010100001011110 | c3a6c2a85e |
UHC | æ¨^ | 1010100110100001101000011010011101011110 | a9a1a1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)