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