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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陂ッ雎守ゥ「 | 111010001001100010101111111010001011000110001110111001111010100110100010 | e898afe8b18ee7a9a2 |
EUC-JP | 陂ッ雎守ゥ「 | 111011111111100010001110101011111111000010110011101111001110100110001110101010011000111010100010 | eff88eaff0b3bce98ea98ea2 |
UTF-8 | 陂ッ雎守ゥ「 | 111010011001100110000010111011111011110110101111111010011001101110001110111001011010111010001000111011111011110110101001111011111011110110100010 | e99982efbdafe99b8ee5ae88efbda9efbda2 |
UHC | 陂?雎守?? | 111110011010111000111111111011101101000111100001111110100011111100111111 | f9ae3feed1e1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)