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 | 繼ц | 11100011100010111000010010001000 | e38b8488 |
EUC-JP | 繼ц | 11100101111010111010011111101000 | e5eba7e8 |
UTF-8 | 繼ц | 1110011110111001101111001101000110000110 | e7b9bcd186 |
UHC | 繼ц | 11001101101010011010110011101000 | cda9ace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)