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 | 耶퇑 | 111010001000000010110110111011011000011110010001 | e880b6ed8791 |
UHC | 耶퇑 | 11100101101011011011100001000010 | e5adb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)