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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豈畷攤矗呎 | 11100110101011111001001111101011100111011011100011100001110111101001100111100110 | e6af93eb9db8e1de99e6 |
EUC-JP | 豈畷攤矗呎 | 11101100101100011100011011101101110110101011101011100010111000001101001011101000 | ecb1c6eddabae2e0d2e8 |
UTF-8 | 豈畷攤矗呎 | 111010001011000110001000111001111001010110110111111001101001010010100100111001111001111110010111111001011001000110001110 | e8b188e795b7e694a4e79f97e5918e |
UHC | 豈??矗? | 11010001110000100011111100111111111101011011100000111111 | d1c23f3ff5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)