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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 業?B | 10001011110001100011111101000010 | 8bc63f42 |
EUC-JP | 業?B | 10110110110010000011111101000010 | b6c83f42 |
UTF-8 | 業욮B | 11100110101001011010110111101100100110101010111001000010 | e6a5adec9aae42 |
UHC | 業욮B | 1110010111110110100111110100011001000010 | e5f69f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)