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 | 11100010100011010110100111100010100011010110100101000010 | e28d69e28d6942 |
EUC-JP | 竝i竝iB | 11100011111011010110100111100011111011010110100101000010 | e3ed69e3ed6942 |
UTF-8 | 竝i竝iB | 111001111010101110011101011010011110011110101011100111010110100101000010 | e7ab9d69e7ab9d6942 |
UHC | 竝i竝iB | 11011100101111010110100111011100101111010110100101000010 | dcbd69dcbd6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)