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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 贄症ォ | 1110011011010001100011111100011110101011 | e6d18fc7ab |
EUC-JP | 贄症ォ | 111011001101001110111110110010011000111010101011 | ecd3bec98eab |
UTF-8 | 贄症ォ | 111010001011010010000100111001111001011110000111111011111011110110101011 | e8b484e79787efbdab |
UHC | 贄症? | 1111001010111110111100011111100000111111 | f2bef1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)