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 | 迪礼昇迪ッ | 111001111000110010010111111001111000111110111000111001111000110010101111 | e78c97e78fb8e78caf |
EUC-JP | 迪礼昇迪ッ | 11101101111011001100111011101001101111101011101011101101111011001000111010101111 | edeccee9bebaedec8eaf |
UTF-8 | 迪礼昇迪ッ | 111010001011111110101010111001111010010010111100111001101001100010000111111010001011111110101010111011111011110110101111 | e8bfaae7a4bce69887e8bfaaefbdaf |
UHC | 迪?昇迪? | 1110111011101000001111111110001110110000111011101110100000111111 | eee83fe3b0eee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)