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 | 銷手、蝉坙蟇 | 1110011111110111100011101110100010100100100100001110010011111010100101101110010110101111 | e7f78ee8a490e4fa96e5af |
EUC-JP | 銷手、蝉?蟇 | 1110111011111001101111001110101010001110101001001100000011100110001111111110101010110001 | eef9bcea8ea4c0e63feab1 |
UTF-8 | 銷手、蝉坙蟇 | 111010011000101010110111111001101000100110001011111011111011110110100100111010001001110110001001111001011001110110011001111010001001111110000111 | e98ab7e6898befbda4e89d89e59d99e89f87 |
UHC | 銷手???? | 1110000111010001111000101010001000111111001111110011111100111111 | e1d1e2a23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)