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 | 缺後 | 11100011100111101000110011100011 | e39e8ce3 |
EUC-JP | 缺後 | 11100101111111101011100011100101 | e5feb8e5 |
UTF-8 | 缺後 | 111001111011110010111010111001011011111010001100 | e7bcbae5be8c |
UHC | 缺後 | 11001100110000001111110110101101 | ccc0fdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)