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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 璋?k | 11100000111101100011111101101011 | e0f63f6b |
EUC-JP | 璋?k | 11100000111110000011111101101011 | e0f83f6b |
UTF-8 | 璋렜k | 11100111100100101000101111101011101000001001110001101011 | e7928beba09c6b |
UHC | 璋렜k | 1110110111110000100011101010111001101011 | edf08eae6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)