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 | 牋粤 | 11100000101011101110001011100011 | e0aee2e3 |
EUC-JP | 牋粤 | 11100000101100001110010011100101 | e0b0e4e5 |
UTF-8 | 牋粤 | 111001111000100110001011111001111011001010100100 | e7898be7b2a4 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)