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 | 劼廴 | 10011001101000101001110001001101 | 99a29c4d |
EUC-JP | 劼廴 | 11010010101001001101011110101110 | d2a4d7ae |
UTF-8 | 劼廴 | 111001011000101010111100111001011011101110110100 | e58abce5bbb4 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)