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 | 11101000101001100110100111101000101001100110100101000010 | e8a669e8a66942 |
EUC-JP | 隕i隕iB | 11110000101010000110100111110000101010000110100101000010 | f0a869f0a86942 |
UTF-8 | 隕i隕iB | 111010011001101010010101011010011110100110011010100101010110100101000010 | e99a9569e99a956942 |
UHC | 隕i隕iB | 11101010101000100110100111101010101000100110100101000010 | eaa269eaa26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)