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 | ??vG | 00111111001111110111011001000111 | 3f3f7647 |
SJIS-WIN | 鉐「vG | 1110011111101111101000100111011001000111 | e7efa27647 |
EUC-JP | 鉐「vG | 111011101111000110001110101000100111011001000111 | eef18ea27647 |
UTF-8 | 鉐「vG | 1110100110001001100100001110111110111101101000100111011001000111 | e98990efbda27647 |
UHC | ??vG | 00111111001111110111011001000111 | 3f3f7647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)