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 | 11100101101000000110100111100101101000000110100101000010 | e5a069e5a06942 |
EUC-JP | 蝣i蝣iB | 11101010101000100110100111101010101000100110100101000010 | eaa269eaa26942 |
UTF-8 | 蝣i蝣iB | 111010001001110110100011011010011110100010011101101000110110100101000010 | e89da369e89da36942 |
UHC | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)