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 | 齬□ | 11101010100101111000000110100000 | ea9781a0 |
EUC-JP | 齬□ | 11110011111101111010001010100010 | f3f7a2a2 |
UTF-8 | 齬□ | 111010011011110110101100111000101001011010100001 | e9bdace296a1 |
UHC | 齬□ | 11100101111000011010000111100000 | e5e1a1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)