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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鍮?鍮?B | 11101000010010100011111111101000010010100011111101000010 | e84a3fe84a3f42 |
EUC-JP | 鍮?鍮?B | 11101111101010110011111111101111101010110011111101000010 | efab3fefab3f42 |
UTF-8 | 鍮쟹鍮쟹B | 11101001100011011010111011101100100111111011100111101001100011011010111011101100100111111011100101000010 | e98daeec9fb9e98daeec9fb942 |
UHC | 鍮쟹鍮쟹B | 111010111011100110100000011110011110101110111001101000000111100101000010 | ebb9a079ebb9a07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)