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 | 蠑・讒取直 | 111001011011110010100101111001101010011110001110111001101001001010111100 | e5bca5e6a78ee692bc |
EUC-JP | 蠑・讒取直 | 11101010101111101000111010100101111011001010100110111100111010001100010010111110 | eabe8ea5eca9bce8c4be |
UTF-8 | 蠑・讒取直 | 111010001010000010010001111011111011110110100101111010001010111010010010111001011000111110010110111001111001101110110100 | e8a091efbda5e8ae92e58f96e79bb4 |
UHC | ??讒取直 | 0011111100111111111100111101100011110110101000101111001011000001 | 3f3ff3d8f6a2f2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)