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 | 梓淙 | 10001000101100101001111111001000 | 88b29fc8 |
EUC-JP | 梓淙 | 10110000101101001101111011001010 | b0b4deca |
UTF-8 | 梓淙 | 111001101010001010010011111001101011011110011001 | e6a293e6b799 |
UHC | 梓淙 | 11101110101010011111000011111000 | eea9f0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)