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 | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | 鴆自W鴆自 | 111010011110111110001110101010010101011111101001111011111000111010101001 | e9ef8ea957e9ef8ea9 |
EUC-JP | 鴆自W鴆自 | 111100101111000110111100101010110101011111110010111100011011110010101011 | f2f1bcab57f2f1bcab |
UTF-8 | 鴆自W鴆自 | 11101001101101001000011011101000100001111010101001010111111010011011010010000110111010001000011110101010 | e9b486e887aa57e9b486e887aa |
UHC | ?自W?自 | 00111111111011011011101101010111001111111110110110111011 | 3fedbb573fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)