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 | ç´°å | 1110011110110100101100001110010110000101 | e7b4b0e585 |
SJIS-WIN | ?´°?? | 00111111100000010100110010000001100010110011111100111111 | 3f814c818b3f3f |
EUC-JP | ç´°å? | 1000111110101011101011101010000110101101101000011110101110001111101010111010100100111111 | 8fabaea1ada1eb8faba93f |
UTF-8 | ç´°å | 11000011101001111100001010110100110000101011000011000011101001011100001010000101 | c3a7c2b4c2b0c3a5c285 |
UHC | ?´°?? | 00111111101000101010010110100001110001100011111100111111 | 3fa2a5a1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)