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 | ç´å°^ | 11100111101101001001011111100101101100001000010001011110 | e7b497e5b0845e |
SJIS-WIN | ?´??°?^ | 001111111000000101001100001111110011111110000001100010110011111101011110 | 3f814c3f3f818b3f5e |
EUC-JP | ç´?å°?^ | 10001111101010111010111010100001101011010011111110001111101010111010100110100001111010110011111101011110 | 8fabaea1ad3f8faba9a1eb3f5e |
UTF-8 | ç´å°^ | 11000011101001111100001010110100110000101001011111000011101001011100001010110000110000101000010001011110 | c3a7c2b4c297c3a5c2b0c2845e |
UHC | ?´??°?^ | 001111111010001010100101001111110011111110100001110001100011111101011110 | 3fa2a53f3fa1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)