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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 璋?? | 11100000111101100011111100111111 | e0f63f3f |
EUC-JP | 璋?? | 11100000111110000011111100111111 | e0f83f3f |
UTF-8 | 璋렊泥 | 111001111001001010001011111010111010000010001010111011111010011110100011 | e7928beba08aefa7a3 |
UHC | 璋렊泥 | 111011011111000010001110101000011110110010110010 | edf08ea1ecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)