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 | 鴆自霑 | 111010011110111110001110101010011110100010111111 | e9ef8ea9e8bf |
EUC-JP | 鴆自霑 | 111100101111000110111100101010111111000011000001 | f2f1bcabf0c1 |
UTF-8 | 鴆自霑 | 111010011011010010000110111010001000011110101010111010011001110010010001 | e9b486e887aae99c91 |
UHC | ?自霑 | 0011111111101101101110111110111111000101 | 3fedbbefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)