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 | 以皿 | 10001000110010001000111001001101 | 88c88e4d |
EUC-JP | 以皿 | 10110000110010101011101110101110 | b0cabbae |
UTF-8 | 以皿 | 111001001011101110100101111001111001101010111111 | e4bba5e79abf |
UHC | 以皿 | 11101100101001001101100110101001 | eca4d9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)