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 | 錏櫂錏櫂^ | 111001111111100110011111010001001110011111111001100111110100010001011110 | e7f99f44e7f99f445e |
EUC-JP | 錏櫂錏櫂^ | 111011101111101111011101101001011110111011111011110111011010010101011110 | eefbdda5eefbdda55e |
UTF-8 | 錏櫂錏櫂^ | 11101001100011001000111111100110101010111000001011101001100011001000111111100110101010111000001001011110 | e98c8fe6ab82e98c8fe6ab825e |
UHC | ?櫂?櫂^ | 00111111110101001010001000111111110101001010001001011110 | 3fd4a23fd4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)