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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???惟??B | 0011111100111111001111111000100011010010001111110011111101000010 | 3f3f3f88d23f3f42 |
EUC-JP | 旿??惟??B | 10001111110000011111010000111111001111111011000011010100001111110011111101000010 | 8fc1f43f3fb0d43f3f42 |
UTF-8 | 旿댿뵯惟듯룒B | 11100110100101111011111111101011100011001011111111101011101101011010111111100110100000111001111111101011100100111010111111101011101000111001001001000010 | e697bfeb8cbfebb5afe6839feb93afeba39242 |
UHC | 旿댿뵯惟듯룒B | 11100111111110101000100011100010100101001010110111101010111011101011010111101101100011111000111101000010 | e7fa88e294adeaeeb5ed8f8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)