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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嵬х?嵬 | 10011011110010101000010010000111001111111001101111001010 | 9bca84873f9bca |
EUC-JP | 嵬х?嵬 | 11010110110011001010011111100111001111111101011011001100 | d6cca7e73fd6cc |
UTF-8 | 嵬х씎嵬 | 1110010110110101101011001101000110000101111011001001010010001110111001011011010110101100 | e5b5acd185ec948ee5b5ac |
UHC | 嵬х씎嵬 | 1110100011100011101011001110011110011101101001011110100011100011 | e8e3ace79da5e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)