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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 豈ォh豈 | 111001101010111110101011011010001110011010101111 | e6afab68e6af |
EUC-JP | 豈ォh豈 | 11101100101100011000111010101011011010001110110010110001 | ecb18eab68ecb1 |
UTF-8 | 豈ォh豈 | 11101000101100011000100011101111101111011010101101101000111010001011000110001000 | e8b188efbdab68e8b188 |
UHC | 豈?h豈 | 110100011100001000111111011010001101000111000010 | d1c23f68d1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)