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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 驢箪n}驢箪n{^ | 11101001100001101001001001011100011011100111110111101001100001101001001001011100011011100111101101011110 | e986925c6e7de986925c6e7b5e |
EUC-JP | 驢箪n}驢箪n{^ | 11110001111001101100001110111101011011100111110111110001111001101100001110111101011011100111101101011110 | f1e6c3bd6e7df1e6c3bd6e7b5e |
UTF-8 | 驢箪n}驢箪n{^ | 1110100110101001101000101110011110101110101010100110111001111101111010011010100110100010111001111010111010101010011011100111101101011110 | e9a9a2e7aeaa6e7de9a9a2e7aeaa6e7b5e |
UHC | 驢?n}驢?n{^ | 1101010111110000001111110110111001111101110101011111000000111111011011100111101101011110 | d5f03f6e7dd5f03f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)