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 | ?}?|?| | 001111110111110100111111011111000011111101111100 | 3f7d3f7c3f7c |
SJIS-WIN | 鴉}鴉|鴉| | 111010011110101101111101111010011110101101111100111010011110101101111100 | e9eb7de9eb7ce9eb7c |
EUC-JP | 鴉}鴉|鴉| | 111100101110110101111101111100101110110101111100111100101110110101111100 | f2ed7df2ed7cf2ed7c |
UTF-8 | 鴉}鴉|鴉| | 111010011011010010001001011111011110100110110100100010010111110011101001101101001000100101111100 | e9b4897de9b4897ce9b4897c |
UHC | 鴉}鴉|鴉| | 111001001011110001111101111001001011110001111100111001001011110001111100 | e4bc7de4bc7ce4bc7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)