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 | 拌燬 | 10011101011000011110000010011011 | 9d61e09b |
EUC-JP | 拌燬 | 11011001110000101101111111111011 | d9c2dffb |
UTF-8 | 拌燬 | 111001101000101110001100111001111000011110101100 | e68b8ce787ac |
UHC | 拌? | 110110101110010100111111 | dae53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)