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 | ç´ç^ | 11100111100010011011010011100111100010101000001001011110 | e789b4e78a825e |
SJIS-WIN | ??´???^ | 0011111100111111100000010100110000111111001111110011111101011110 | 3f3f814c3f3f3f5e |
EUC-JP | ç?´ç??^ | 100011111010101110101110001111111010000110101101100011111010101110101110001111110011111101011110 | 8fabae3fa1ad8fabae3f3f5e |
UTF-8 | ç´ç^ | 11000011101001111100001010001001110000101011010011000011101001111100001010001010110000101000001001011110 | c3a7c289c2b4c3a7c28ac2825e |
UHC | ??´???^ | 0011111100111111101000101010010100111111001111110011111101011110 | 3f3fa2a53f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)