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 | 窈亨 | 11100010011101111000101110011100 | e2778b9c |
EUC-JP | 窈亨 | 11100011110110001011010111111100 | e3d8b5fc |
UTF-8 | 窈亨 | 111001111010101010001000111001001011101010101000 | e7aa88e4baa8 |
UHC | 窈亨 | 11101001101000011111101011111011 | e9a1fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)