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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 醯檸醯櫃^ | 111001111100111110011111010001011110011111001111100111110100001101011110 | e7cf9f45e7cf9f435e |
EUC-JP | 醯檸醯櫃^ | 111011101101000111011101101001101110111011010001110111011010010001011110 | eed1dda6eed1dda45e |
UTF-8 | 醯檸醯櫃^ | 11101001100001101010111111100110101010101011100011101001100001101010111111100110101010111000001101011110 | e986afe6aab8e986afe6ab835e |
UHC | 醯?醯櫃^ | 1111101110111000001111111111101110111000110011111111011001011110 | fbb83ffbb8cff65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)