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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逍h嗚^ | 11100111100101101000001010001000100110100110101001011110 | e79682889a6a5e |
EUC-JP | 逍h嗚^ | 11101101111101101010001111101000110100111100101101011110 | edf6a3e8d3cb5e |
UTF-8 | 逍h嗚^ | 11101001100000001000110111101111101111011000100011100101100101111001101001011110 | e9808defbd88e5979a5e |
UHC | 逍h嗚^ | 11100001110011101010001111101000111001111111000001011110 | e1cea3e8e7f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)