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 | è´Ç^ | 1110100010110100100101011100011101011110 | e8b495c75e |
SJIS-WIN | ?´??^ | 001111111000000101001100001111110011111101011110 | 3f814c3f3f5e |
EUC-JP | è´?Ç^ | 10001111101010111011001010100001101011010011111110001111101010101010111001011110 | 8fabb2a1ad3f8faaae5e |
UTF-8 | è´Ç^ | 110000111010100011000010101101001100001010010101110000111000011101011110 | c3a8c2b4c295c3875e |
UHC | ?´??^ | 001111111010001010100101001111110011111101011110 | 3fa2a53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)