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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鍮?鍮?^ | 11101000010010100011111111101000010010100011111101011110 | e84a3fe84a3f5e |
EUC-JP | 鍮?鍮?^ | 11101111101010110011111111101111101010110011111101011110 | efab3fefab3f5e |
UTF-8 | 鍮잻鍮잻^ | 11101001100011011010111011101100100111101011101111101001100011011010111011101100100111101011101101011110 | e98daeec9ebbe98daeec9ebb5e |
UHC | 鍮잻鍮잻^ | 111010111011100110100000010001001110101110111001101000000100010001011110 | ebb9a044ebb9a0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)