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 | 顏傀 | 11101000111110001001100011111000 | e8f898f8 |
EUC-JP | 顏傀 | 11110000111110101101000011111010 | f0fad0fa |
UTF-8 | 顏傀 | 111010011010000110001111111001011000001010000000 | e9a18fe58280 |
UHC | ?傀 | 001111111100111011010011 | 3fced3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)