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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟄磯К | 111001011010110110001000111010011000010001001011 | e5ad88e9844b |
EUC-JP | 蟄磯К | 111010101010111110110000111010111010011110101100 | eaafb0eba7ac |
UTF-8 | 蟄磯К | 1110100010011111100001001110011110100011101011111101000010011010 | e89f84e7a3afd09a |
UHC | 蟄磯К | 111101101101111011010001101101001010110010101100 | f6ded1b4acac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)