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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 璋?] | 11100000111101100011111101011101 | e0f63f5d |
EUC-JP | 璋?] | 11100000111110000011111101011101 | e0f83f5d |
UTF-8 | 璋렏] | 11100111100100101000101111101011101000001000111101011101 | e7928beba08f5d |
UHC | 璋렏] | 1110110111110000100011101010010101011101 | edf08ea55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)