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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 劾肯 | 10001010010011101000110101101101 | 8a4e8d6d |
EUC-JP | 劾肯 | 10110011101011111011100111001110 | b3afb9ce |
UTF-8 | 劾肯 | 111001011000101010111110111010001000001010101111 | e58abee882af |
UHC | 劾肯 | 11111010101101101101000011101001 | fab6d0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)