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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉦、汐エ | 1000111111011110101001001000111010101100111100011110010110110100 | 8fdea48eacf1e5b4 |
EUC-JP | 鉦、汐?エ | 101111101110000010001110101001001011110010101110001111111000111010110100 | bee08ea4bcae3f8eb4 |
UTF-8 | 鉦、汐エ | 111010011000100110100110111011111011110110100100111001101011000110010000111011101000010110100000111011111011110110110100 | e989a6efbda4e6b190ee85a0efbdb4 |
UHC | 鉦?汐?? | 11101111111110100011111111100000101100010011111100111111 | effa3fe0b13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)