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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 業?P | 10001011110001100011111101010000 | 8bc63f50 |
EUC-JP | 業?P | 10110110110010000011111101010000 | b6c83f50 |
UTF-8 | 業쑝P | 11100110101001011010110111101100100100011001110101010000 | e6a5adec919d50 |
UHC | 業쑝P | 1110010111110110100111001011110001010000 | e5f69cbc50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)