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 | 消逍 | 10001111110000011110011110010110 | 8fc1e796 |
EUC-JP | 消逍 | 10111110110000111110110111110110 | bec3edf6 |
UTF-8 | 消逍 | 111001101011011010001000111010011000000010001101 | e6b688e9808d |
UHC | 消逍 | 11100001101111001110000111001110 | e1bce1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)