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 | 10011000010001000110100110011000010001000110100101000010 | 98446998446942 |
EUC-JP | 魯i魯iB | 11001111101001010110100111001111101001010110100101000010 | cfa569cfa56942 |
UTF-8 | 魯i魯iB | 111010011010110110101111011010011110100110101101101011110110100101000010 | e9adaf69e9adaf6942 |
UHC | 魯i魯iB | 11010110110110110110100111010110110110110110100101000010 | d6db69d6db6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)