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 | 擦餌 | 10001110010000111000100101100001 | 8e438961 |
EUC-JP | 擦餌 | 10111011101001001011000111000010 | bba4b1c2 |
UTF-8 | 擦餌 | 111001101001001110100110111010011010010010001100 | e693a6e9a48c |
UHC | 擦餌 | 11110011110011011110110011001000 | f3cdecc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)