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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 鴫謝] | 1000111010110000100011101101001101011101 | 8eb08ed35d |
EUC-JP | 鴫謝] | 1011110010110010101111001101010101011101 | bcb2bcd55d |
UTF-8 | 鴫謝] | 11101001101101001010101111101000101011001001110101011101 | e9b4abe8ac9d5d |
UHC | ?謝] | 00111111110111101111001101011101 | 3fdef35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)