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 | 鎔洶 | 11101000010011111001111110100110 | e84f9fa6 |
EUC-JP | 鎔洶 | 11101111101100001101111010101000 | efb0dea8 |
UTF-8 | 鎔洶 | 111010011000111010010100111001101011010010110110 | e98e94e6b4b6 |
UHC | 鎔洶 | 11101001110010101111110111010111 | e9cafdd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)