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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 蠇、蝓キ﨟ウ螳 | 1111101110100001101001001110010110011111101101111111101110011101101100111110010110101110 | fba1a4e59fb7fb9db3e5ae |
EUC-JP | ?、蝓キ?ウ螳 | 001111111000111010100100111010101010000110001110101101110011111110001110101100111110101010110000 | 3f8ea4eaa18eb73f8eb3eab0 |
UTF-8 | 蠇、蝓キ﨟ウ螳 | 111010001010000010000111111011111011110110100100111010001001110110010011111011111011110110110111111011111010100010011111111011111011110110110011111010001001111010110011 | e8a087efbda4e89d93efbdb7efa89fefbdb3e89eb3 |
UHC | ??????螳 | 0011111100111111001111110011111100111111001111111101001111011001 | 3f3f3f3f3f3fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)