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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 狐拒G | 1000110011001111100010111001000101000111 | 8ccf8b9147 |
EUC-JP | 狐拒G | 1011100011010001101101011111000101000111 | b8d1b5f147 |
UTF-8 | 狐拒G | 11100111100010111001000011100110100010111001001001000111 | e78b90e68b9247 |
UHC | 狐拒G | 1111101111001111110010111101111001000111 | fbcfcbde47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)