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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逡卓キ肋 | 11100111100101011001000111101100101101111001100001011101 | e79591ecb7985d |
EUC-JP | 逡卓キ肋 | 1110110111110101110000101110111010001110101101111100111110111110 | edf5c2ee8eb7cfbe |
UTF-8 | 逡卓キ肋 | 111010011000000010100001111001011000110110010011111011111011110110110111111010001000001010001011 | e980a1e58d93efbdb7e8828b |
UHC | 逡卓?肋 | 11110001111001001111011011110001001111111101011111001110 | f1e4f6f13fd7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)