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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 豈ォ豈ォB | 11100110101011111010101111100110101011111010101101000010 | e6afabe6afab42 |
EUC-JP | 豈ォ豈ォB | 111011001011000110001110101010111110110010110001100011101010101101000010 | ecb18eabecb18eab42 |
UTF-8 | 豈ォ豈ォB | 11101000101100011000100011101111101111011010101111101000101100011000100011101111101111011010101101000010 | e8b188efbdabe8b188efbdab42 |
UHC | 豈?豈?B | 11010001110000100011111111010001110000100011111101000010 | d1c23fd1c23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)