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 | 齬← | 11101010100101111000000110101001 | ea9781a9 |
EUC-JP | 齬← | 11110011111101111010001010101011 | f3f7a2ab |
UTF-8 | 齬← | 111010011011110110101100111000101000011010010000 | e9bdace28690 |
UHC | 齬← | 11100101111000011010000111100111 | e5e1a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)