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 | 銓墓シ比鞫閧 | 1110011111110010100101011110011010111100100101001110010011100110100100011110100010000010 | e7f295e6bc94e4e691e882 |
EUC-JP | 銓墓シ比鞫閧 | 111011101111010011001010111010001000111010111100110010001110011011101011111100011110111111100010 | eef4cae88ebcc8e6ebf1efe2 |
UTF-8 | 銓墓シ比鞫閧 | 111010011000101010010011111001011010001010010011111011111011110110111100111001101010111110010100111010011001111010101011111010011001011010100111 | e98a93e5a293efbdbce6af94e99eabe996a7 |
UHC | 銓墓?比鞫? | 11101111101100001101100111010111001111111101110111101111110011111101010000111111 | efb0d9d73fddefcfd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)