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 | 錏滄 | 11100111111110011001111111101001 | e7f99fe9 |
EUC-JP | 錏滄 | 11101110111110111101111011101011 | eefbdeeb |
UTF-8 | 錏滄 | 111010011000110010001111111001101011101110000100 | e98c8fe6bb84 |
UHC | ?滄 | 001111111111001111100111 | 3ff3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)