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 | ? | 00111111 | 3f |
SJIS-WIN | 鼠 | 1001000101101100 | 916c |
EUC-JP | 鼠 | 1100000111001101 | c1cd |
UTF-8 | 鼠 | 111010011011110010100000 | e9bca0 |
UHC | 鼠 | 1110000010101001 | e0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)