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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 陷郁怦B | 11101000100111001000100011101000100111001000100001000010 | e89c88e89c8842 |
EUC-JP | 陷郁怦B | 11101111111111001011000011101010110101111110100001000010 | effcb0ead7e842 |
UTF-8 | 陷郁怦B | 11101001100110011011011111101001100000111000000111100110100000001010011001000010 | e999b7e98381e680a642 |
UHC | 陷郁?B | 111110011110100011101001111101000011111101000010 | f9e8e9f43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)