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 | ?P | 0011111101010000 | 3f50 |
SJIS-WIN | 虎P | 100011001101010101010000 | 8cd550 |
EUC-JP | 虎P | 101110001101011101010000 | b8d750 |
UTF-8 | 虎P | 11101000100110011000111001010000 | e8998e50 |
UHC | 虎P | 111110111101101101010000 | fbdb50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)