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 | 劑攀 | 10011001100111011001110110110011 | 999d9db3 |
EUC-JP | 劑攀 | 11010001111111011101101010110101 | d1fddab5 |
UTF-8 | 劑攀 | 111001011000101010010001111001101001010010000000 | e58a91e69480 |
UHC | 劑攀 | 11110000101001011101101011100111 | f0a5dae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)