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 | 腰? | 100011011001100000111111 | 8d983f |
EUC-JP | 腰? | 101110011111100000111111 | b9f83f |
UTF-8 | 腰췞 | 111010001000010110110000111011001011011110011110 | e885b0ecb79e |
UHC | 腰췞 | 11101001101001101010111001010111 | e9a6ae57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)