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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鷹??^ | 1001000111101001001111110011111101011110 | 91e93f3f5e |
EUC-JP | 鷹??^ | 1100001011101011001111110011111101011110 | c2eb3f3f5e |
UTF-8 | 鷹잛룦^ | 11101001101101111011100111101100100111101001101111101011101000111010011001011110 | e9b7b9ec9e9beba3a65e |
UHC | 鷹잛룦^ | 11101011111011011001111111101100100011111001111101011110 | ebed9fec8f9f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)