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 | ë¾^ç´ | 11101011101111101001000101011110111001111011010010000110 | ebbe915ee7b486 |
SJIS-WIN | ???^?´? | 0011111100111111001111110101111000111111100000010100110000111111 | 3f3f3f5e3f814c3f |
EUC-JP | ë??^ç´? | 100011111010101110110011001111110011111101011110100011111010101110101110101000011010110100111111 | 8fabb33f3f5e8fabaea1ad3f |
UTF-8 | ë¾^ç´ | 11000011101010111100001010111110110000101001000101011110110000111010011111000010101101001100001010000110 | c3abc2bec2915ec3a7c2b4c286 |
UHC | ?¾?^?´? | 001111111010100011111010001111110101111000111111101000101010010100111111 | 3fa8fa3f5e3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)