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 | 陋З | 11101000100110111000010001001000 | e89b8448 |
EUC-JP | 陋З | 11101111111110111010011110101001 | effba7a9 |
UTF-8 | 陋З | 1110100110011001100010111101000010010111 | e9998bd097 |
UHC | 陋З | 11010111101100001010110010101001 | d7b0aca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)