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 | 拌善 | 10011101011000011001000101010000 | 9d619150 |
EUC-JP | 拌善 | 11011001110000101100000110110001 | d9c2c1b1 |
UTF-8 | 拌善 | 111001101000101110001100111001011001011010000100 | e68b8ce59684 |
UHC | 拌善 | 11011010111001011110000010111100 | dae5e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)