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 | 耶? | 100101101110101100111111 | 96eb3f |
EUC-JP | 耶? | 110011001110110100111111 | cced3f |
UTF-8 | 耶⑴ | 111010001000000010110110111000101001000110110100 | e880b6e291b4 |
UHC | 耶⑴ | 11100101101011011010100111100111 | e5ada9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)