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 | 陬廊 | 11101000101000111001100001001100 | e8a3984c |
EUC-JP | 陬廊 | 11110000101001011100111110101101 | f0a5cfad |
UTF-8 | 陬廊 | 111010011001100110101100111001011011101110001010 | e999ace5bb8a |
UHC | ?廊 | 001111111101010111000110 | 3fd5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)