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 | ç´å¾^ | 11100111101101001000011011100101101111101000000001011110 | e7b486e5be805e |
SJIS-WIN | ?´????^ | 0011111110000001010011000011111100111111001111110011111101011110 | 3f814c3f3f3f3f5e |
EUC-JP | ç´?å??^ | 100011111010101110101110101000011010110100111111100011111010101110101001001111110011111101011110 | 8fabaea1ad3f8faba93f3f5e |
UTF-8 | ç´å¾^ | 11000011101001111100001010110100110000101000011011000011101001011100001010111110110000101000000001011110 | c3a7c2b4c286c3a5c2bec2805e |
UHC | ?´??¾?^ | 001111111010001010100101001111110011111110101000111110100011111101011110 | 3fa2a53f3fa8fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)