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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 腰?B | 10001101100110000011111101000010 | 8d983f42 |
EUC-JP | 腰?B | 10111001111110000011111101000010 | b9f83f42 |
UTF-8 | 腰췚B | 11101000100001011011000011101100101101111001101001000010 | e885b0ecb79a42 |
UHC | 腰췚B | 1110100110100110101011100101001101000010 | e9a6ae5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)