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 | ?BF | 001111110100001001000110 | 3f4246 |
SJIS-WIN | 鳴BF | 10010110110000100100001001000110 | 96c24246 |
EUC-JP | 鳴BF | 11001100110001000100001001000110 | ccc44246 |
UTF-8 | 鳴BF | 1110100110110011101101000100001001000110 | e9b3b44246 |
UHC | 鳴BF | 11011001101100000100001001000110 | d9b04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)