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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鎰″\ | 1110100001001100100000011000110101011100 | e84c818d5c |
EUC-JP | 鎰″\ | 1110111110101101101000011110110101011100 | efada1ed5c |
UTF-8 | 鎰″\ | 11101001100011101011000011100010100000001011001101011100 | e98eb0e280b35c |
UHC | 鎰″\ | 1110110011110000101000011100100001011100 | ecf0a1c85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)