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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 巍i巍iB | 10011011110110010110100110011011110110010110100101000010 | 9bd9699bd96942 |
EUC-JP | 巍i巍iB | 11010110110110110110100111010110110110110110100101000010 | d6db69d6db6942 |
UTF-8 | 巍i巍iB | 111001011011011110001101011010011110010110110111100011010110100101000010 | e5b78d69e5b78d6942 |
UHC | 巍i巍iB | 11101000111001000110100111101000111001000110100101000010 | e8e469e8e46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)