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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 釈邪杓治h | 100011101101111110001110110101111000111011011011100011101010000101101000 | 8edf8ed78edb8ea168 |
EUC-JP | 釈邪杓治h | 101111001110000110111100110110011011110011011101101111001010001101101000 | bce1bcd9bcddbca368 |
UTF-8 | 釈邪杓治h | 11101001100001111000100011101001100000101010101011100110100111011001001111100110101100101011101101101000 | e98788e982aae69d93e6b2bb68 |
UHC | ?邪杓治h | 0011111111011110111101111111100011110101111101101011110101101000 | 3fdef7f8f5f6bd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)