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 | 10010110110101000110100110010110110101000110100101000010 | 96d46996d46942 |
EUC-JP | 網i網iB | 11001100110101100110100111001100110101100110100101000010 | ccd669ccd66942 |
UTF-8 | 網i網iB | 111001111011011010110010011010011110011110110110101100100110100101000010 | e7b6b269e7b6b26942 |
UHC | 網i網iB | 11011000110100010110100111011000110100010110100101000010 | d8d169d8d16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)