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 | ãºåQ^ | 11100011101110101000100111100101100011110101000101011110 | e3ba89e58f515e |
SJIS-WIN | ?????Q^ | 00111111001111110011111100111111001111110101000101011110 | 3f3f3f3f3f515e |
EUC-JP | ãº?å?Q^ | 10001111101010111010101010001111101000101110101100111111100011111010101110101001001111110101000101011110 | 8fabaa8fa2eb3f8faba93f515e |
UTF-8 | ãºåQ^ | 110000111010001111000010101110101100001010001001110000111010010111000010100011110101000101011110 | c3a3c2bac289c3a5c28f515e |
UHC | ?º???Q^ | 0011111110101000101011000011111100111111001111110101000101011110 | 3fa8ac3f3f3f515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)