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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 鴆自~ | 1110100111101111100011101010100101111110 | e9ef8ea97e |
EUC-JP | 鴆自~ | 1111001011110001101111001010101101111110 | f2f1bcab7e |
UTF-8 | 鴆自~ | 11101001101101001000011011101000100001111010101001111110 | e9b486e887aa7e |
UHC | ?自~ | 00111111111011011011101101111110 | 3fedbb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)