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 | 无盍 | 10011101110110011110000110110010 | 9dd9e1b2 |
EUC-JP | 无盍 | 11011010110110111110001010110100 | dadbe2b4 |
UTF-8 | 无盍 | 111001101001011110100000111001111001101110001101 | e697a0e79b8d |
UHC | 无? | 110110011110100100111111 | d9e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)