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 | çì´® | 111001111000011110000001111011001011010010101110 | e78781ecb4ae |
SJIS-WIN | ????´? | 00111111001111110011111100111111100000010100110000111111 | 3f3f3f3f814c3f |
EUC-JP | ç??ì´® | 10001111101010111010111000111111001111111000111110101011110000001010000110101101100011111010001011101110 | 8fabae3f3f8fabc0a1ad8fa2ee |
UTF-8 | çì´® | 110000111010011111000010100001111100001010000001110000111010110011000010101101001100001010101110 | c3a7c287c281c3acc2b4c2ae |
UHC | ????´® | 0011111100111111001111110011111110100010101001011010001011100111 | 3f3f3f3fa2a5a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)