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 | 陜皓 | 11101000100111011110000110101001 | e89de1a9 |
EUC-JP | 陜皓 | 11101111111111011110001010101011 | effde2ab |
UTF-8 | 陜皓 | 111010011001100110011100111001111001101010010011 | e9999ce79a93 |
UHC | 陜皓 | 11111001111100001111101111010011 | f9f0fbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)