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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 謗屈B | 1110011010001110100010111111110001000010 | e68e8bfc42 |
EUC-JP | 謗屈B | 1110101111101110101101101111111001000010 | ebeeb6fe42 |
UTF-8 | 謗屈B | 11101000101011001001011111100101101100011000100001000010 | e8ac97e5b18842 |
UHC | 謗屈B | 1101101110111111110011111101110101000010 | dbbfcfdd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)