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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 餔跫駑扣 | 1110100101001111111001101110110111101001011011011001110101001010 | e94fe6ede96d9d4a |
EUC-JP | 餔跫駑扣 | 1111000110110000111011001110111111110001110011101101100110101011 | f1b0eceff1ced9ab |
UTF-8 | 餔跫駑扣 | 111010011010010010010100111010001011011110101011111010011010011110010001111001101000100110100011 | e9a494e8b7abe9a791e689a3 |
UHC | ??駑? | 0011111100111111110100101100110000111111 | 3f3fd2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)