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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 豈ォh豈ォ | 11100110101011111010101101101000111001101010111110101011 | e6afab68e6afab |
EUC-JP | 豈ォh豈ォ | 111011001011000110001110101010110110100011101100101100011000111010101011 | ecb18eab68ecb18eab |
UTF-8 | 豈ォh豈ォ | 11101000101100011000100011101111101111011010101101101000111010001011000110001000111011111011110110101011 | e8b188efbdab68e8b188efbdab |
UHC | 豈?h豈? | 11010001110000100011111101101000110100011100001000111111 | d1c23f68d1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)