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 | 銓墓シ比鞫 | 111001111111001010010101111001101011110010010100111001001110011010010001 | e7f295e6bc94e4e691 |
EUC-JP | 銓墓シ比鞫 | 11101110111101001100101011101000100011101011110011001000111001101110101111110001 | eef4cae88ebcc8e6ebf1 |
UTF-8 | 銓墓シ比鞫 | 111010011000101010010011111001011010001010010011111011111011110110111100111001101010111110010100111010011001111010101011 | e98a93e5a293efbdbce6af94e99eab |
UHC | 銓墓?比鞫 | 111011111011000011011001110101110011111111011101111011111100111111010100 | efb0d9d73fddefcfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)