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 | 鵫鵫^ | 111111000100100011111001101101001111110001001000111110011011010001011110 | fc48f9b4fc48f9b45e |
EUC-JP | 鵫?鵫?^ | 100011111110101111111010001111111000111111101011111110100011111101011110 | 8febfa3f8febfa3f5e |
UTF-8 | 鵫鵫^ | 11101001101101011010101111101110100111001000111111101001101101011010101111101110100111001000111101011110 | e9b5abee9c8fe9b5abee9c8f5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)