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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 僥宣僥?^ | 1001100101000110100100001110100110011001010001100011111101011110 | 994690e999463f5e |
EUC-JP | 僥宣僥?^ | 1101000110100111110000001110101111010001101001110011111101011110 | d1a7c0ebd1a73f5e |
UTF-8 | 僥宣僥댋^ | 11100101100000111010010111100101101011101010001111100101100000111010010111101011100011001000101101011110 | e583a5e5aea3e583a5eb8c8b5e |
UHC | 僥宣僥댋^ | 111010001110100111100000101111101110100011101001100010001011010001011110 | e8e9e0bee8e988b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)