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 | ç´Ñ | 1110011110110100100001101101000110001010 | e7b486d18a |
SJIS-WIN | ?´??? | 001111111000000101001100001111110011111100111111 | 3f814c3f3f3f |
EUC-JP | ç´?Ñ? | 10001111101010111010111010100001101011010011111110001111101010101101000000111111 | 8fabaea1ad3f8faad03f |
UTF-8 | ç´Ñ | 11000011101001111100001010110100110000101000011011000011100100011100001010001010 | c3a7c2b4c286c391c28a |
UHC | ?´??? | 001111111010001010100101001111110011111100111111 | 3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)