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 | 篩錮 | 11100010101111111110011111111100 | e2bfe7fc |
EUC-JP | 篩錮 | 11100100110000011110111011111110 | e4c1eefe |
UTF-8 | 篩錮 | 111001111010111110101001111010011000110010101110 | e7afa9e98cae |
UHC | 篩錮 | 11011110111010001100110111010001 | dee8cdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)