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 | 蠑櫂蠑櫂^ | 111001011011110010011111010001001110010110111100100111110100010001011110 | e5bc9f44e5bc9f445e |
EUC-JP | 蠑櫂蠑櫂^ | 111010101011111011011101101001011110101010111110110111011010010101011110 | eabedda5eabedda55e |
UTF-8 | 蠑櫂蠑櫂^ | 11101000101000001001000111100110101010111000001011101000101000001001000111100110101010111000001001011110 | e8a091e6ab82e8a091e6ab825e |
UHC | ?櫂?櫂^ | 00111111110101001010001000111111110101001010001001011110 | 3fd4a23fd4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)