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 | 裘壌 | 11100101111000101000111111101011 | e5e28feb |
EUC-JP | 裘壌 | 11101010111001001011111011101101 | eae4beed |
UTF-8 | 裘壌 | 111010001010001110011000111001011010001110001100 | e8a398e5a38c |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)