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 | ?睛 | 001111111110000111001011 | 3fe1cb |
EUC-JP | ?睛 | 001111111110001011001101 | 3fe2cd |
UTF-8 | 뤒睛 | 111010111010010010010010111001111001110110011011 | eba492e79d9b |
UHC | 뤒睛 | 10001111110000101110111111101100 | 8fc2efec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)