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 | 蒔罧 | 10001110101010101110001110101100 | 8eaae3ac |
EUC-JP | 蒔罧 | 10111100101011001110011010101110 | bcace6ae |
UTF-8 | 蒔罧 | 111010001001001010010100111001111011110110100111 | e89294e7bda7 |
UHC | 蒔? | 111000111100100000111111 | e3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)