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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 鶉躙V | 1110101001000111111001110101011101010110 | ea47e75756 |
EUC-JP | 鶉躙V | 1111001110101000111011011011100001010110 | f3a8edb856 |
UTF-8 | 鶉躙V | 11101001101101101000100111101000101110101001100101010110 | e9b689e8ba9956 |
UHC | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)