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 | 鼠昇鼠昇^ | 100100010110110010001111101110001001000101101100100011111011100001011110 | 916c8fb8916c8fb85e |
EUC-JP | 鼠昇鼠昇^ | 110000011100110110111110101110101100000111001101101111101011101001011110 | c1cdbebac1cdbeba5e |
UTF-8 | 鼠昇鼠昇^ | 11101001101111001010000011100110100110001000011111101001101111001010000011100110100110001000011101011110 | e9bca0e69887e9bca0e698875e |
UHC | 鼠昇鼠昇^ | 111000001010100111100011101100001110000010101001111000111011000001011110 | e0a9e3b0e0a9e3b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)