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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 罩巉^ | 1110001110101011100110111101100001011110 | e3ab9bd85e |
EUC-JP | 罩巉^ | 1110011010101101110101101101101001011110 | e6add6da5e |
UTF-8 | 罩巉^ | 11100111101111011010100111100101101101111000100101011110 | e7bda9e5b7895e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)