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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蠏ヒワ\ | 11100101101101011100101111011100111101011101110101011100 | e5b5cbdcf5dd5c |
EUC-JP | 蠏ヒワ?\ | 1110101010110111100011101100101110001110110111000011111101011100 | eab78ecb8edc3f5c |
UTF-8 | 蠏ヒワ\ | 11101000101000001000111111101111101111101000101111101111101111101001110011101110100100011000100001011100 | e8a08fefbe8befbe9cee91885c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)