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 | 壯臼 | 10011010111000011000100101010000 | 9ae18950 |
EUC-JP | 壯臼 | 11010100111000111011000110110001 | d4e3b1b1 |
UTF-8 | 壯臼 | 111001011010001110101111111010001000011110111100 | e5a3afe887bc |
UHC | 壯臼 | 11101101111000001100111110111111 | ede0cfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)