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 | ??^? | 00111111001111110101111000111111 | 3f3f5e3f |
SJIS-WIN | 鴆自^ | 11101001111011111000111010101001010111101111000111100001 | e9ef8ea95ef1e1 |
EUC-JP | 鴆自^? | 111100101111000110111100101010110101111000111111 | f2f1bcab5e3f |
UTF-8 | 鴆自^ | 11101001101101001000011011101000100001111010101001011110111011101000010110011100 | e9b486e887aa5eee859c |
UHC | ?自^? | 0011111111101101101110110101111000111111 | 3fedbb5e3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)