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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 遽ウ謾キP | 11100111101011111011001111100110100101001011011101010000 | e7afb3e694b750 |
EUC-JP | 遽ウ謾キP | 111011101011000110001110101100111110101111110100100011101011011101010000 | eeb18eb3ebf48eb750 |
UTF-8 | 遽ウ謾キP | 11101001100000011011110111101111101111011011001111101000101011001011111011101111101111011011011101010000 | e981bdefbdb3e8acbeefbdb750 |
UHC | 遽???P | 110010111110100000111111001111110011111101010000 | cbe83f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)