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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隹キ蝮ヲ謳坑 | 11101000101100001011011111100101100111011010011011100110100100001000110101000010 | e8b0b7e59da6e6908d42 |
EUC-JP | 隹キ蝮ヲ謳坑 | 111100001011001010001110101101111110100111111101100011101010011011101011111100001011100110100011 | f0b28eb7e9fd8ea6ebf0b9a3 |
UTF-8 | 隹キ蝮ヲ謳坑 | 111010011001101010111001111011111011110110110111111010001001110110101110111011111011110110100110111010001010110010110011111001011001110110010001 | e99ab9efbdb7e89daeefbda6e8acb3e59d91 |
UHC | ????謳坑 | 0011111100111111001111110011111111001111110001001100101111010101 | 3f3f3f3fcfc4cbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)