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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 陲匁尠陲匁尠^ | 11101000101000101001011011100110100110111001011011101000101000101001011011100110100110111001011001011110 | e8a296e69b96e8a296e69b965e |
EUC-JP | 陲匁尠陲匁尠^ | 11110000101001001100110011101000110101011111011011110000101001001100110011101000110101011111011001011110 | f0a4cce8d5f6f0a4cce8d5f65e |
UTF-8 | 陲匁尠陲匁尠^ | 11101001100110011011001011100101100011001000000111100101101100001010000011101001100110011011001011100101100011001000000111100101101100001010000001011110 | e999b2e58c81e5b0a0e999b2e58c81e5b0a05e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)