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 | 萪霳 | 11100100110100101111101111101101 | e4d2fbed |
EUC-JP | 萪霳 | 1110100011010100100011111110011110101100 | e8d48fe7ac |
UTF-8 | 萪霳 | 111010001001000010101010111010011001110010110011 | e890aae99cb3 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)