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 | 缺瑚 | 11100011100111101000110011101000 | e39e8ce8 |
EUC-JP | 缺瑚 | 11100101111111101011100011101010 | e5feb8ea |
UTF-8 | 缺瑚 | 111001111011110010111010111001111001000110011010 | e7bcbae7919a |
UHC | 缺瑚 | 11001100110000001111101111010001 | ccc0fbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)