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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠏ゥ阮 | 1110010110110101101010011110100010010110 | e5b5a9e896 |
EUC-JP | 蠏ゥ阮 | 111010101011011110001110101010011110111111110110 | eab78ea9eff6 |
UTF-8 | 蠏ゥ阮 | 111010001010000010001111111011111011110110101001111010011001100010101110 | e8a08fefbda9e998ae |
UHC | ??阮 | 00111111001111111110100011010110 | 3f3fe8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)