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 | 蠑・讒取ュ。 | 111001011011110010100101111001101010011110001110111001101010110110100001 | e5bca5e6a78ee6ada1 |
EUC-JP | 蠑・讒取ュ。 | 111010101011111010001110101001011110110010101001101111001110100010001110101011011000111010100001 | eabe8ea5eca9bce88ead8ea1 |
UTF-8 | 蠑・讒取ュ。 | 111010001010000010010001111011111011110110100101111010001010111010010010111001011000111110010110111011111011110110101101111011111011110110100001 | e8a091efbda5e8ae92e58f96efbdadefbda1 |
UHC | ??讒取?? | 0011111100111111111100111101100011110110101000100011111100111111 | 3f3ff3d8f6a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)