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 | 蟶ス豼皮ェ | 1110010110111000101111011110011010111111100101001110011110101010 | e5b8bde6bf94e7aa |
EUC-JP | 蟶ス豼皮ェ | 11101010101110101000111010111101111011001100000111001000111010011000111010101010 | eaba8ebdecc1c8e98eaa |
UTF-8 | 蟶ス豼皮ェ | 111010001001111110110110111011111011110110111101111010001011000110111100111001111001101010101110111011111011110110101010 | e89fb6efbdbde8b1bce79aaeefbdaa |
UHC | ???皮? | 001111110011111100111111111110011010101100111111 | 3f3f3ff9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)