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 | 荏胛 | 10001001011000001110001111101110 | 8960e3ee |
EUC-JP | 荏胛 | 10110001110000011110011011110000 | b1c1e6f0 |
UTF-8 | 荏胛 | 111010001000110110001111111010001000001110011011 | e88d8fe8839b |
UHC | 荏胛 | 11101100111110111100101110100100 | ecfbcba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)