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 | 獸?獸?^ | 11100000110101110011111111100000110101110011111101011110 | e0d73fe0d73f5e |
EUC-JP | 獸?獸?^ | 11100000110110010011111111100000110110010011111101011110 | e0d93fe0d93f5e |
UTF-8 | 獸섲獸섲^ | 11100111100011011011100011101100100001001011001011100111100011011011100011101100100001001011001001011110 | e78db8ec84b2e78db8ec84b25e |
UHC | 獸섲獸섲^ | 111000101010111010011001010000011110001010101110100110010100000101011110 | e2ae9941e2ae99415e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)