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 | 10010000101101110110100110010000101101110110100101000010 | 90b76990b76942 |
EUC-JP | 盛i盛iB | 11000000101110010110100111000000101110010110100101000010 | c0b969c0b96942 |
UTF-8 | 盛i盛iB | 111001111001101110011011011010011110011110011011100110110110100101000010 | e79b9b69e79b9b6942 |
UHC | 盛i盛iB | 11100000111111000110100111100000111111000110100101000010 | e0fc69e0fc6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)